Skip to content

Commit 3d32a06

Browse files
authored
autoconf-archive: add v2024.10.16 (spack#3183)
1 parent edd0c0b commit 3d32a06

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • repos/spack_repo/builtin/packages/autoconf_archive

repos/spack_repo/builtin/packages/autoconf_archive/package.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
#
33
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
44

5-
65
from spack_repo.builtin.build_systems.autotools import AutotoolsPackage
76
from spack_repo.builtin.build_systems.gnu import GNUMirrorPackage
87

@@ -18,6 +17,9 @@ class AutoconfArchive(AutotoolsPackage, GNUMirrorPackage):
1817

1918
license("GPL-3.0-or-later")
2019

20+
version(
21+
"2024.10.16", sha256="7bcd5d001916f3a50ed7436f4f700e3d2b1bade3ed803219c592d62502a57363"
22+
)
2123
version(
2224
"2023.02.20", sha256="71d4048479ae28f1f5794619c3d72df9c01df49b1c628ef85fde37596dc31a33"
2325
)

0 commit comments

Comments
 (0)