diff options
author | Julien Lepiller <julien@lepiller.eu> | 2019-05-04 19:37:01 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2019-05-04 19:41:44 +0200 |
commit | 8aeef53497ac22682f0b341f2141cfd94ab790fd (patch) | |
tree | 981fcef78b4279a22bbe084f69d7d22054e2f2da | |
parent | f5b0d90490a19ff0f62c84529b6b3546e6de5a18 (diff) | |
download | guix-8aeef53497ac22682f0b341f2141cfd94ab790fd.tar guix-8aeef53497ac22682f0b341f2141cfd94ab790fd.tar.gz |
gnu: coq-bignums: Update to 8.9.0.
* gnu/packages/coq.scm (coq-bignums): Update to 8.9.0.
-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 2709fb991c..4f592622f5 100644 --- a/gnu/packages/coq.scm +++ b/gnu/packages/coq.scm @@ -375,7 +375,7 @@ theorems between the two libraries.") (define-public coq-bignums (package (name "coq-bignums") - (version "8.8.0") + (version "8.9.0") (source (origin (method url-fetch) (uri (string-append "https://github.com/coq/bignums/archive/V" @@ -383,7 +383,7 @@ theorems between the two libraries.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "08m1cmq4hkaf4sb0vy978c11rgzvds71cphyadmr2iirpr5815r0")))) + "0pmk9smw7a14wrfkvjlvmpxim4bsv6xnm5xkrlld2faqy74a044g")))) (build-system gnu-build-system) (native-inputs `(("ocaml" ,ocaml) |