summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorStephen Nicholas Swatman <stephenswat@gmail.com>2024-06-19 20:13:17 +0200
committerGitHub <noreply@github.com>2024-06-19 11:13:17 -0700
commit0c4a91cd182ff789083c5228ff0692c98c33549b (patch)
tree29fc91593051239389c3b7676e7aab8ccaf7cda3 /var
parent07c6c3ebac96b231a53bdd4a05853f4293967807 (diff)
downloadspack-0c4a91cd182ff789083c5228ff0692c98c33549b.tar.gz
spack-0c4a91cd182ff789083c5228ff0692c98c33549b.tar.bz2
spack-0c4a91cd182ff789083c5228ff0692c98c33549b.tar.xz
spack-0c4a91cd182ff789083c5228ff0692c98c33549b.zip
actsvg: add versions up to 0.4.44 (#44770)
This commit adds new versions of actsvg. I have also taken the liberty of adding myself a maintainer as I work actively on the ACTS project and its dependencies, and would like to start keeping the Spack specs more up to date.
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/actsvg/package.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/actsvg/package.py b/var/spack/repos/builtin/packages/actsvg/package.py
index 75e1fa8520..2bbad581cc 100644
--- a/var/spack/repos/builtin/packages/actsvg/package.py
+++ b/var/spack/repos/builtin/packages/actsvg/package.py
@@ -16,10 +16,13 @@ class Actsvg(CMakePackage):
list_url = "https://github.com/acts-project/actsvg/tags"
git = "https://github.com/acts-project/actsvg.git"
- maintainers("HadrienG2", "wdconinc")
+ maintainers("HadrienG2", "wdconinc", "stephenswat")
license("MPL-2.0")
+ version("0.4.44", sha256="6eda7306b8b863e1860e090f328ac6e7982dc2d3b3d674db2799c13007ffd07f")
+ version("0.4.43", sha256="e2aef32185db37cfdc023282b25c003e63dc974a11118ab2040bd30b2d346147")
+ version("0.4.42", sha256="a8439d50b469ccc4428973507db1adf56aa68b34900ce0c6077ddb92a133a4f2")
version("0.4.41", sha256="c675795e74efcf42c3015d6efc8d7a1848b677f1d4efe6dcaa4fb490b46268ff")
version("0.4.40", sha256="e24f51e70cff57c74d3b5f51c08f6ea1f409ef85ef7b4bad4a29520ecda032a6")
version("0.4.39", sha256="2d9605ecf8c9975d600cafb6d076969d77c634fa92844bd9586c38066da31739")