me
/
guix
Archived
1
0
Fork 0

gnu: ocaml-rresult: Update to 0.7.0.

* gnu/packages/ocaml.scm (ocaml-rresult): Update to 0.7.0.
master
Julien Lepiller 2022-02-03 16:36:09 +01:00
parent 89d4cf2a87
commit ca79fc5b14
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
1 changed files with 2 additions and 2 deletions

View File

@ -2006,14 +2006,14 @@ creation and publication procedures.")
(define-public ocaml-rresult
(package
(name "ocaml-rresult")
(version "0.5.0")
(version "0.7.0")
(source (origin
(method url-fetch)
(uri (string-append "http://erratique.ch/software/rresult/releases/"
"rresult-" version ".tbz"))
(sha256
(base32
"1xxycxhdhaq8p9vhwi93s2mlxjwgm44fcxybx5vghzgbankz9yhm"))))
"0h2mjyzhay1p4k7n0mzaa7hlc7875kiy6m1i3r1n03j6hddpzahi"))))
(build-system ocaml-build-system)
(native-inputs
(list opam ocamlbuild))