diff options
author | Julien Lepiller <julien@lepiller.eu> | 2022-05-01 08:42:43 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2022-05-01 13:14:57 +0200 |
commit | 556ccb4ae16562d200eeb00e4d22fc00fbee7959 (patch) | |
tree | b02319494987bf80d0975311ca8279f6cda166b2 /gnu/packages/coq.scm | |
parent | b27a2366ab6fed0d19446fd8fe50c6013a295162 (diff) |
gnu: coq: Update to 8.15.1.
* gnu/packages/coq.scm (coq): Update to 8.15.1.
Diffstat (limited to 'gnu/packages/coq.scm')
-rw-r--r-- | gnu/packages/coq.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/coq.scm b/gnu/packages/coq.scm index 0cfe9fd4e7..5c73c4a269 100644 --- a/gnu/packages/coq.scm +++ b/gnu/packages/coq.scm @@ -52,7 +52,7 @@ (define-public coq-core (package (name "coq-core") - (version "8.15.0") + (version "8.15.1") (source (origin (method git-fetch) @@ -62,7 +62,7 @@ (file-name (git-file-name name version)) (sha256 (base32 - "0473mmc4wv8zbbcbvqqn0z9gz9y8gf4w2q6j6h50lx0jphpg2n8z")) + "04csl4fvl41hizn95c4j9gxkl28495fzqdgm83ss67s5jvbfczvs")) (patches (search-patches "coq-fix-envvars.patch")))) (native-search-paths (list (search-path-specification |