aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/coq.scm
diff options
context:
space:
mode:
authorpukkamustard <pukkamustard@posteo.net>2024-01-10 08:43:03 +0100
committerJulien Lepiller <julien@lepiller.eu>2024-02-08 23:15:15 +0100
commit95c30e03344d78c5577e8fe6df15b385d5b48075 (patch)
treed5db4fecd9c2b1bc1ca70886ca3e8cbd5256fb10 /gnu/packages/coq.scm
parentfe0c13b1f9f8546525d7e7380fae9d409aebe269 (diff)
downloadguix-95c30e03344d78c5577e8fe6df15b385d5b48075.tar
guix-95c30e03344d78c5577e8fe6df15b385d5b48075.tar.gz
gnu: Update coq-flocq to 4.1.1.
* gnu/packages/coq.scm (coq-flocq): Update to 4.1.1. Signed-off-by: Julien Lepiller <julien@lepiller.eu> Change-Id: Ib2d8fb4701d03a5e796736ab5b2a30dc6897dc22
Diffstat (limited to 'gnu/packages/coq.scm')
-rw-r--r--gnu/packages/coq.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/coq.scm b/gnu/packages/coq.scm
index f30f231f3b..26216ab323 100644
--- a/gnu/packages/coq.scm
+++ b/gnu/packages/coq.scm
@@ -242,7 +242,7 @@ provers.")
(define-public coq-flocq
(package
(name "coq-flocq")
- (version "4.1.0")
+ (version "4.1.1")
(source
(origin
(method git-fetch)
@@ -252,7 +252,7 @@ provers.")
(file-name (git-file-name name version))
(sha256
(base32
- "1yscj1120wch6myakaia03j11qji416v78ylx842d23hrbaqwmw5"))))
+ "01x38w58j95ba9679vpb5wv4bvfnrapd5dzjqlyz8k7i8a9sfqn0"))))
(build-system gnu-build-system)
(native-inputs
(list autoconf automake ocaml which coq))