diff options
author | Alec Scott <hi@alecbcs.com> | 2023-06-05 03:35:03 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-05 12:35:03 +0200 |
commit | ef972cf6422c891cc570ae173f1312480a14e8d6 (patch) | |
tree | aa370ed89766de077cdd6430a38486ecda94a4ed | |
parent | 50c13541e4dde854e2978e648a1542c953d8f55c (diff) | |
download | spack-ef972cf6422c891cc570ae173f1312480a14e8d6.tar.gz spack-ef972cf6422c891cc570ae173f1312480a14e8d6.tar.bz2 spack-ef972cf6422c891cc570ae173f1312480a14e8d6.tar.xz spack-ef972cf6422c891cc570ae173f1312480a14e8d6.zip |
libspiro: add v20221101 (#38132)
-rw-r--r-- | var/spack/repos/builtin/packages/libspiro/package.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/libspiro/package.py b/var/spack/repos/builtin/packages/libspiro/package.py index 4dd47044e3..69c29ec283 100644 --- a/var/spack/repos/builtin/packages/libspiro/package.py +++ b/var/spack/repos/builtin/packages/libspiro/package.py @@ -13,6 +13,7 @@ class Libspiro(AutotoolsPackage): homepage = "https://github.com/fontforge/" url = "https://github.com/fontforge/libspiro/archive/20200505.tar.gz" + version("20221101", sha256="d5d8af0648e33fe2344c41824823974a32c4e880c4ae9d846ec4414836a421c4") version("20200505", sha256="00be530b5c0ea9274baadf6c05521f0b192d4c3c1db636ac8b08efd44aaea8f5") version("20190731", sha256="24c7d1ccc7c7fe44ff10c376aa9f96e20e505f417ee72b63dc91a9b34eeac354") |