me
/
guix
Archived
1
0
Fork 0

gnu: coq-flocq: Update to 4.0.0.

* gnu/packages/coq.scm (coq-flocq): Update to 4.0.0.
master
Julien Lepiller 2022-02-11 08:43:25 +01:00
parent e32ea56f05
commit 8a338de276
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
1 changed files with 2 additions and 2 deletions

View File

@ -229,7 +229,7 @@ provers.")
(define-public coq-flocq
(package
(name "coq-flocq")
(version "3.4.2")
(version "4.0.0")
(source
(origin
(method git-fetch)
@ -239,7 +239,7 @@ provers.")
(file-name (git-file-name name version))
(sha256
(base32
"0j7vq7ifqcdaj2x881aha2rl51l2p72y1cn7r2xya0fjgsssfigy"))))
"159ykkhxz7zms28r4v8jjccapl5vv00csdz29mfy83lwrv5b6rwk"))))
(build-system gnu-build-system)
(native-inputs
(list autoconf automake ocaml which coq))