summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-junit-xml/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-junit-xml/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-junit-xml/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/py-junit-xml/package.py b/var/spack/repos/builtin/packages/py-junit-xml/package.py
index f9e4a8d0fa..bbdaf9a41b 100644
--- a/var/spack/repos/builtin/packages/py-junit-xml/package.py
+++ b/var/spack/repos/builtin/packages/py-junit-xml/package.py
@@ -13,7 +13,7 @@ class PyJunitXml(PythonPackage):
homepage = "https://github.com/kyrus/python-junit-xml"
url = "https://pypi.io/packages/source/j/junit-xml/junit-xml-1.7.tar.gz"
- version('1.7', '5e6a96edb8a1592f2832241cfd99983e')
+ version('1.7', sha256='5bc851b53e3e2153dcc62278ce2aa796a8ae9208f1dec36d1507b5af445ce355')
depends_on('py-setuptools', type='build')
depends_on('py-six', type=('build', 'run'))