summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kuhn <michael.kuhn@informatik.uni-hamburg.de>2019-07-16 06:43:03 +0200
committerAdam J. Stewart <ajstewart426@gmail.com>2019-07-15 23:43:02 -0500
commitce88cc75ef70bf2663e805c9595850b5c02e99d7 (patch)
tree77b1f3a34644391db17c501dcc47d785382cf347
parent36919ba8592e752724c19900132fde38760d2506 (diff)
downloadspack-ce88cc75ef70bf2663e805c9595850b5c02e99d7.tar.gz
spack-ce88cc75ef70bf2663e805c9595850b5c02e99d7.tar.bz2
spack-ce88cc75ef70bf2663e805c9595850b5c02e99d7.tar.xz
spack-ce88cc75ef70bf2663e805c9595850b5c02e99d7.zip
qt: fix patch checksum (#12024)
It seems that GitHub's output changed slightly for this patch (one more letter for both short hashes on the index line), probably due to the number of objects in the repository.
-rw-r--r--var/spack/repos/builtin/packages/qt/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/qt/package.py b/var/spack/repos/builtin/packages/qt/package.py
index 195eed5543..4506dcd0a3 100644
--- a/var/spack/repos/builtin/packages/qt/package.py
+++ b/var/spack/repos/builtin/packages/qt/package.py
@@ -82,7 +82,7 @@ class Qt(Package):
# Fix build failure with newer versions of GCC
patch('https://github.com/qt/qtbase/commit/a52d7861edfb5956de38ba80015c4dd0b596259b.patch',
- sha256='e10c871033568a9aed982628ed627356761f72f63c5fdaf11882dc147528e9ed',
+ sha256='c49b228c27e3ad46ec3af4bac0e9985af5b5b28760f238422d32e14f98e49b1e',
working_dir='qtbase',
when='@5.10:5.12.0 %gcc@9:')