GNU bug report logs -
#52164
[PATCH] gnu: coq: Update to 8.14.0.
Previous Next
Reported by: Julien Lepiller <julien <at> lepiller.eu>
Date: Sun, 28 Nov 2021 16:45:02 UTC
Severity: normal
Tags: patch
Done: zimoun <zimon.toutoune <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
---
gnu/packages/coq.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/coq.scm b/gnu/packages/coq.scm
index a27ec53ecb..e3c4190ac3 100644
--- a/gnu/packages/coq.scm
+++ b/gnu/packages/coq.scm
@@ -576,7 +576,7 @@ (define-public coq-equations
(define-public coq-semantics
(package
(name "coq-semantics")
- (version "8.13.0")
+ (version "8.14.0")
(source
(origin
(method git-fetch)
@@ -591,7 +591,7 @@ (define-public coq-semantics
(file-name (git-file-name name version))
(sha256
(base32
- "0m5si9dsv96z92gy4xaqz8mzyz8zp7j1sp542l0wzsp5xgyfpc7i"))))
+ "0ldrp86bfcjpzsb08p45sgs3aczjzr1gksy5dsf7pxapg05pc7ac"))))
(build-system gnu-build-system)
(native-inputs
`(("coq" ,coq)
--
2.33.1
This bug report was last modified 3 years and 79 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.