mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 20:27:36 -05:00
gnu: ocaml-batteries: Update to 3.5.0.
* gnu/packages/ocaml.scm (ocaml-batteries): Update to 3.5.0.
This commit is contained in:
parent
589c99e6f6
commit
370da71d24
1 changed files with 2 additions and 2 deletions
|
@ -3170,7 +3170,7 @@ (define-public ocaml-benchmark
|
||||||
(define-public ocaml-batteries
|
(define-public ocaml-batteries
|
||||||
(package
|
(package
|
||||||
(name "ocaml-batteries")
|
(name "ocaml-batteries")
|
||||||
(version "3.4.0")
|
(version "3.5.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -3179,7 +3179,7 @@ (define-public ocaml-batteries
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1cd7475n1mxhq482aidmhh27mq5p2vmb8d9fkb1mlza9pz5z66yq"))))
|
"1w2fb47vgifj4iws0s8r531n0p9khq92n7gwcs7caj5bbzfc5zdx"))))
|
||||||
(build-system ocaml-build-system)
|
(build-system ocaml-build-system)
|
||||||
(propagated-inputs (list ocaml-num))
|
(propagated-inputs (list ocaml-num))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Reference in a new issue