diff options
author | Wouter Deconinck <wdconinc@gmail.com> | 2023-04-17 22:14:10 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-17 23:14:10 -0400 |
commit | 2bc1779a71c3ddc3a228df553196e16ff0ad59b3 (patch) | |
tree | 7ddb483d84d033655a623aa1291b2ebc821c8aa3 /COPYRIGHT | |
parent | 9ea7937f6de3fc0ba66cbd399f57ad976341d9b5 (diff) | |
download | spack-2bc1779a71c3ddc3a228df553196e16ff0ad59b3.tar.gz spack-2bc1779a71c3ddc3a228df553196e16ff0ad59b3.tar.bz2 spack-2bc1779a71c3ddc3a228df553196e16ff0ad59b3.tar.xz spack-2bc1779a71c3ddc3a228df553196e16ff0ad59b3.zip |
py-html5lib, madgraph5amc: correct hashes of empty files (#36979)
* py-html5lib: correct hashes of empty files
Going through and fixing hashes that are due to empty string.
```console
$ grep -Ir $(echo -n | sha256sum | awk '{print$1}') $SPACK_ROOT/var/spack/repos/builtin
/home/wdconinc/git/spack/var/spack/repos/builtin/packages/madgraph5amc/package.py: sha256="e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
/home/wdconinc/git/spack/var/spack/repos/builtin/packages/py-html5lib/package.py: version("0.99", sha256="e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855")
```
```console
$ spack checksum py-html5lib 0.99
==> Found 1 version of py-html5lib:
0.99 https://files.pythonhosted.org/packages/source/h/html5lib/html5lib-0.99.tar.gz
==> Fetching https://files.pythonhosted.org/packages/source/h/html5lib/html5lib-0.99.tar.gz
version("0.99", sha256="aff6fd3031c563883197e5a04b7df324086ff5f358278a0386808c463a077e59")
```
* madgraph5: remove incorrectly hashed version
Diffstat (limited to 'COPYRIGHT')
0 files changed, 0 insertions, 0 deletions