me
/
guix
Archived
1
0
Fork 0

gnu: ocaml-batteries: Update to 3.5.1.

* gnu/packages/ocaml.scm (ocaml-batteries): Update to 3.5.1.
Julien Lepiller 2022-03-02 08:32:20 +01:00
parent deaa322963
commit d74ffb0348
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
1 changed files with 2 additions and 2 deletions

View File

@ -3174,7 +3174,7 @@ is used to determine whether the results truly differ.")
(define-public ocaml-batteries
(package
(name "ocaml-batteries")
(version "3.5.0")
(version "3.5.1")
(source (origin
(method git-fetch)
(uri (git-reference
@ -3183,7 +3183,7 @@ is used to determine whether the results truly differ.")
(file-name (git-file-name name version))
(sha256
(base32
"1w2fb47vgifj4iws0s8r531n0p9khq92n7gwcs7caj5bbzfc5zdx"))))
"07387jp93civ9p1q2ixmq8qkzzyssp94ssxd4w2ndvkg1nr6kfcl"))))
(build-system ocaml-build-system)
(propagated-inputs (list ocaml-num))
(native-inputs