diff options
author | Julien Lepiller <julien@lepiller.eu> | 2018-05-04 20:47:48 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2018-05-04 21:30:53 +0200 |
commit | 066d05f0839352f94fb6f882778c7054d87314b2 (patch) | |
tree | c28632d7b9f791f66c55c52fb7c0549e08fa9066 /gnu | |
parent | 206af0dfcf4b8311c3cd83bc7d647103145efbf6 (diff) | |
download | gnu-guix-066d05f0839352f94fb6f882778c7054d87314b2.tar gnu-guix-066d05f0839352f94fb6f882778c7054d87314b2.tar.gz |
gnu: coq-bignums: Update to 8.8.0.
* gnu/packages/ocaml.scm (coq-bignums): Update to 8.8.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/ocaml.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 792dcf1647..c401d4a003 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -4063,7 +4063,7 @@ theorems between the two libraries.") (define-public coq-bignums (package (name "coq-bignums") - (version "8.7.0") + (version "8.8.0") (source (origin (method url-fetch) (uri (string-append "https://github.com/coq/bignums/archive/V" @@ -4071,7 +4071,7 @@ theorems between the two libraries.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "03iw9jiwq9jx45gsvp315y3lxr8m9ksppmcjvxs5c23qnky6zqjx")))) + "08m1cmq4hkaf4sb0vy978c11rgzvds71cphyadmr2iirpr5815r0")))) (build-system gnu-build-system) (native-inputs `(("ocaml" ,ocaml) |