me
/
guix
Archived
1
0
Fork 0

gnu. ocaml-batteries: Update to 3.4.0.

* gnu/packages/ocaml.scm (ocaml-batteries): Update to 3.4.0.
master
Julien Lepiller 2021-12-22 02:23:25 +01:00
parent f1078defda
commit 81f36476a0
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
1 changed files with 2 additions and 2 deletions

View File

@ -3148,7 +3148,7 @@ is used to determine whether the results truly differ.")
(define-public ocaml-batteries
(package
(name "ocaml-batteries")
(version "3.3.0")
(version "3.4.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -3157,7 +3157,7 @@ is used to determine whether the results truly differ.")
(file-name (git-file-name name version))
(sha256
(base32
"1h03nkc3vajaijqhj1dy5hw85j2hwwxdkg8rvs2fc00qaf44ad1d"))))
"1cd7475n1mxhq482aidmhh27mq5p2vmb8d9fkb1mlza9pz5z66yq"))))
(build-system ocaml-build-system)
(propagated-inputs (list ocaml-num))
(native-inputs