units: add v2.22 (#37129)

This commit is contained in:
Alec Scott 2023-04-24 01:30:22 -07:00 committed by GitHub
parent b34a354efe
commit 240d40e159
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,7 @@ class Units(AutotoolsPackage, GNUMirrorPackage):
homepage = "https://www.gnu.org/software/units/" homepage = "https://www.gnu.org/software/units/"
gnu_mirror_path = "units/units-2.13.tar.gz" gnu_mirror_path = "units/units-2.13.tar.gz"
version("2.22", sha256="5d13e1207721fe7726d906ba1d92dc0eddaa9fc26759ed22e3b8d1a793125848")
version("2.13", sha256="0ba5403111f8e5ea22be7d51ab74c8ccb576dc30ddfbf18a46cb51f9139790ab") version("2.13", sha256="0ba5403111f8e5ea22be7d51ab74c8ccb576dc30ddfbf18a46cb51f9139790ab")
depends_on("python", type=("build", "run")) depends_on("python", type=("build", "run"))