diff options
author | Julien Lepiller <julien@lepiller.eu> | 2022-02-11 10:10:12 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2022-02-11 10:32:53 +0100 |
commit | 6b6474fec71c30a105e9d98f050b29a798b58a0b (patch) | |
tree | 86d82299498169cb64824d33db92fef2e361661a /gnu/packages/coq.scm | |
parent | 238a900baeea8df7d02081bd1fb46e1ba3be4eb5 (diff) | |
download | guix-6b6474fec71c30a105e9d98f050b29a798b58a0b.tar.gz |
gnu: coq-interval: Update to 4.4.0.
* gnu/packages/coq.scm (coq-interval): Update to 4.4.0.
Diffstat (limited to 'gnu/packages/coq.scm')
-rw-r--r-- | gnu/packages/coq.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/coq.scm b/gnu/packages/coq.scm index 8924f6f088..bdd57cd47c 100644 --- a/gnu/packages/coq.scm +++ b/gnu/packages/coq.scm @@ -452,7 +452,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.1") + (version "4.4.0") (source (origin (method git-fetch) @@ -462,7 +462,7 @@ provides BigN, BigZ, BigQ that used to be part of Coq standard library.") (file-name (git-file-name name version)) (sha256 (base32 - "0sr9psildc0sda07r2r47rfgyry49yklk38bg04yyvry5j5pryb6")))) + "1rlcbv1nqm7zv60n63lca6nnxcq3c18akgzl72s1n3h89gvhs87z")))) (build-system gnu-build-system) (native-inputs (list autoconf automake ocaml which coq)) |