diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2024-03-05 05:56:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-05 05:56:50 +0100 |
commit | 13daa1b6927536ccf582be0e0f4a31490ea79de9 (patch) | |
tree | 8f3cea78872795f185f89d0a60345539d580fa36 | |
parent | f923e650f9c34b18e35f3aeb50b215d6639b0114 (diff) | |
download | spack-13daa1b6927536ccf582be0e0f4a31490ea79de9.tar.gz spack-13daa1b6927536ccf582be0e0f4a31490ea79de9.tar.bz2 spack-13daa1b6927536ccf582be0e0f4a31490ea79de9.tar.xz spack-13daa1b6927536ccf582be0e0f4a31490ea79de9.zip |
libgpg-error: add v1.48 (#42872)
-rw-r--r-- | var/spack/repos/builtin/packages/libgpg-error/package.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/libgpg-error/package.py b/var/spack/repos/builtin/packages/libgpg-error/package.py index 73258b5140..b28ada157b 100644 --- a/var/spack/repos/builtin/packages/libgpg-error/package.py +++ b/var/spack/repos/builtin/packages/libgpg-error/package.py @@ -16,6 +16,7 @@ class LibgpgError(AutotoolsPackage): license("GPL-2.0-or-later AND LGPL-2.1-or-later") + version("1.48", sha256="89ce1ae893e122924b858de84dc4f67aae29ffa610ebf668d5aa539045663d6f") version("1.47", sha256="9e3c670966b96ecc746c28c2c419541e3bcb787d1a73930f5e5f5e1bcbbb9bdb") version("1.46", sha256="b7e11a64246bbe5ef37748de43b245abd72cfcd53c9ae5e7fc5ca59f1c81268d") version("1.45", sha256="570f8ee4fb4bff7b7495cff920c275002aea2147e9a1d220c068213267f80a26") |