diff options
author | bernhardkaindl <43588962+bernhardkaindl@users.noreply.github.com> | 2021-09-24 22:17:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-24 14:17:16 -0600 |
commit | cdcecda9d065acc9df60e1e53cf110b90292d031 (patch) | |
tree | c8e8e81de30da2bdbdfa96f22a2b24ac49b88242 | |
parent | adc7fee12edeb7bbcd2441a64e003063a480ee1d (diff) | |
download | spack-cdcecda9d065acc9df60e1e53cf110b90292d031.tar.gz spack-cdcecda9d065acc9df60e1e53cf110b90292d031.tar.bz2 spack-cdcecda9d065acc9df60e1e53cf110b90292d031.tar.xz spack-cdcecda9d065acc9df60e1e53cf110b90292d031.zip |
sst-dumpi: Correct the wrong checksum of the current version (#26181)
Correct the sha256 of the current version as shown by `spack checksum`
-rw-r--r-- | var/spack/repos/builtin/packages/sst-dumpi/package.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/sst-dumpi/package.py b/var/spack/repos/builtin/packages/sst-dumpi/package.py index bc62971190..5aed6e2e87 100644 --- a/var/spack/repos/builtin/packages/sst-dumpi/package.py +++ b/var/spack/repos/builtin/packages/sst-dumpi/package.py @@ -25,7 +25,7 @@ class SstDumpi(AutotoolsPackage): maintainers = ['sknigh', 'jpkenny', 'calewis'] version('master', branch='master') - version('7.1.0', sha256='628eb3f7c2d0975461d45065f91c723d3abac756fa36af93c09f4fed195794bf') + version('7.1.0', sha256='37cd9e8279e7a1c342a4357b75bb8a34b0fa76a4f372d4ecdef9168bdf50a465') version('6.1.0', sha256='d4f6afcff5ba67fcc3a29f461afbb59855053840f5f320552a77b4e14c687bb6') depends_on('autoconf@1.68:', type='build') |