1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 03:50:45 +02:00

gnu: coq-interval: Update to 4.3.1.

* gnu/packages/coq.scm (coq-interval): Update to 4.3.1.
This commit is contained in:
Julien Lepiller 2021-11-21 17:40:58 +01:00
parent 5bcf0101b2
commit 07fc7046d2
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -429,7 +429,7 @@ provides BigN, BigZ, BigQ that used to be part of Coq standard library.")
(define-public coq-interval
(package
(name "coq-interval")
(version "4.3.0")
(version "4.3.1")
(source
(origin
(method git-fetch)
@ -439,7 +439,7 @@ provides BigN, BigZ, BigQ that used to be part of Coq standard library.")
(file-name (git-file-name name version))
(sha256
(base32
"1jqvd17czhliscf40idhnxgrha620039ilrdyfahn71dg2jmzqnm"))))
"0sr9psildc0sda07r2r47rfgyry49yklk38bg04yyvry5j5pryb6"))))
(build-system gnu-build-system)
(native-inputs
`(("autoconf" ,autoconf)