diff options
author | Michael Kuhn <michael.kuhn@ovgu.de> | 2022-02-18 10:08:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-18 02:08:48 -0700 |
commit | 43016d0ff4653f5ebd5f5a61531803c60fcbd220 (patch) | |
tree | 746dd192cb3863599e3562f2c514fa2374428ebf /var | |
parent | 5796de8bcb5bd709e7175ce9dbd93f9332314333 (diff) | |
download | spack-43016d0ff4653f5ebd5f5a61531803c60fcbd220.tar.gz spack-43016d0ff4653f5ebd5f5a61531803c60fcbd220.tar.bz2 spack-43016d0ff4653f5ebd5f5a61531803c60fcbd220.tar.xz spack-43016d0ff4653f5ebd5f5a61531803c60fcbd220.zip |
util-linux(-uuid): add v2.37.4 (#28985)
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/util-linux-uuid/package.py | 1 | ||||
-rw-r--r-- | var/spack/repos/builtin/packages/util-linux/package.py | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/util-linux-uuid/package.py b/var/spack/repos/builtin/packages/util-linux-uuid/package.py index b9ead2da54..8e0c6aef11 100644 --- a/var/spack/repos/builtin/packages/util-linux-uuid/package.py +++ b/var/spack/repos/builtin/packages/util-linux-uuid/package.py @@ -14,6 +14,7 @@ class UtilLinuxUuid(AutotoolsPackage): list_url = "https://www.kernel.org/pub/linux/utils/util-linux" list_depth = 1 + version('2.37.4', sha256='c8b7b4fa541f974cc32c1c6559d9bfca33651020a456ad6ee5fc9b0cacd00151') version('2.36.2', sha256='f5dbe79057e7d68e1a46fc04083fc558b26a49499b1b3f50e4f4893150970463') version('2.36', sha256='82942cd877a989f6d12d4ce2c757fb67ec53d8c5cd9af0537141ec5f84a2eea3') diff --git a/var/spack/repos/builtin/packages/util-linux/package.py b/var/spack/repos/builtin/packages/util-linux/package.py index 9f664882b2..9b5dee6701 100644 --- a/var/spack/repos/builtin/packages/util-linux/package.py +++ b/var/spack/repos/builtin/packages/util-linux/package.py @@ -16,6 +16,7 @@ class UtilLinux(AutotoolsPackage): list_url = "https://www.kernel.org/pub/linux/utils/util-linux" list_depth = 1 + version('2.37.4', sha256='c8b7b4fa541f974cc32c1c6559d9bfca33651020a456ad6ee5fc9b0cacd00151') version('2.37.2', sha256='15db966474e459b33fa390a6b892190a92079a73ca45384cde4c86e6ed265a86') version('2.37.1', sha256='0fe9ee8ee7f157be8abcfc2902ec8de9fe30b39173b84e4c458675cef4709b35') version('2.37', sha256='faa8b46d080faa6f32c57da81eda871e38e1e27ba4e9b61cb2589334671aba50') |