summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarmen Stoppels <harmenstoppels@gmail.com>2022-07-22 19:34:04 +0200
committerGitHub <noreply@github.com>2022-07-22 10:34:04 -0700
commit215a99cbc3fe5a2c007b5a0e2b17b31a717c7123 (patch)
tree9cc5cf78f4ac5b47712802f568f33c55aa53b5b3
parent517293efe085d2bf982745dddc9fcb89271b6afd (diff)
downloadspack-215a99cbc3fe5a2c007b5a0e2b17b31a717c7123.tar.gz
spack-215a99cbc3fe5a2c007b5a0e2b17b31a717c7123.tar.bz2
spack-215a99cbc3fe5a2c007b5a0e2b17b31a717c7123.tar.xz
spack-215a99cbc3fe5a2c007b5a0e2b17b31a717c7123.zip
clingo patch fixed in patch release (#31690)
-rw-r--r--var/spack/repos/builtin/packages/clingo/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/clingo/package.py b/var/spack/repos/builtin/packages/clingo/package.py
index 01438c1a3b..abe7a32edf 100644
--- a/var/spack/repos/builtin/packages/clingo/package.py
+++ b/var/spack/repos/builtin/packages/clingo/package.py
@@ -54,7 +54,7 @@ class Clingo(CMakePackage):
depends_on('python@3.6.0:', type=('build', 'link', 'run'), when='@5.5.0:')
depends_on('py-cffi', type=('build', 'run'), when='@5.5.0:')
- patch('python38.patch', when="@5.3:5.4")
+ patch('python38.patch', when="@5.3:5.4.0")
def patch(self):
# Doxygen is optional but can't be disabled with a -D, so patch