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
Message #11 received at 52164 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/coq.scm (proof-general): Update to latest commit.
---
gnu/packages/coq.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/coq.scm b/gnu/packages/coq.scm
index e3c4190ac3..2045901aed 100644
--- a/gnu/packages/coq.scm
+++ b/gnu/packages/coq.scm
@@ -119,9 +119,9 @@ (define-public coq-ide
(define-public proof-general
;; The latest release is from 2016 and there has been more than 450 commits
;; since then.
- ;; Commit from 2021-06-07.
- (let ((commit "bc86736abb728ec0d28abc90ef0adae21d29a66a")
- (revision "0"))
+ ;; Commit from 2021-11-25.
+ (let ((commit "1b1083e86e0cddc20ff2f1a6b25c7a7eee2edf02")
+ (revision "1"))
(package
(name "proof-general")
(version (git-version "4.4" revision commit))
@@ -133,7 +133,7 @@ (define-public proof-general
(file-name (git-file-name name version))
(sha256
(base32
- "00cga3n9nj2xa3ivb0fdkkdx3k11fp4879y188738631yd1x2lsa"))))
+ "1pnysczhscapgwmvf6ix7f31lf3hnh8h977bfll1m7jlxl9b9c0j"))))
(build-system gnu-build-system)
(native-inputs
`(("emacs" ,emacs-minimal)
--
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.