[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#52164] [PATCH 1/3] gnu: ocaml-semantics: Update to 8.14.0.
From: |
Julien Lepiller |
Subject: |
[bug#52164] [PATCH 1/3] gnu: ocaml-semantics: Update to 8.14.0. |
Date: |
Sun, 28 Nov 2021 18:27:09 +0100 |
---
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