diff options
author | Alec Scott <hi@alecbcs.com> | 2023-03-07 08:20:26 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-07 11:20:26 -0500 |
commit | 6f396aff99a3747e9d0a36c26ad788502648c52b (patch) | |
tree | 23d7894510d342da1abea71eaaa0409496259733 | |
parent | 047b99fab968ac595f93c8028f9ba7560e65823b (diff) | |
download | spack-6f396aff99a3747e9d0a36c26ad788502648c52b.tar.gz spack-6f396aff99a3747e9d0a36c26ad788502648c52b.tar.bz2 spack-6f396aff99a3747e9d0a36c26ad788502648c52b.tar.xz spack-6f396aff99a3747e9d0a36c26ad788502648c52b.zip |
bitmap: add v1.1.0 (#35839)
-rw-r--r-- | var/spack/repos/builtin/packages/bitmap/package.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/bitmap/package.py b/var/spack/repos/builtin/packages/bitmap/package.py index 15a692992d..cc1c495dcc 100644 --- a/var/spack/repos/builtin/packages/bitmap/package.py +++ b/var/spack/repos/builtin/packages/bitmap/package.py @@ -12,6 +12,7 @@ class Bitmap(AutotoolsPackage, XorgPackage): homepage = "https://cgit.freedesktop.org/xorg/app/bitmap" xorg_mirror_path = "app/bitmap-1.0.8.tar.gz" + version("1.1.0", sha256="60ca941e8e38e1f8f9c61d3e86c098878113fd11eac4e07177c111f0bf00779e") version("1.0.8", sha256="1a2fbd10a2ca5cd93f7b77bbb0555b86d8b35e0fc18d036b1607c761755006fc") depends_on("libx11") |