mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ocaml-rresult: Update to 0.7.0.
* gnu/packages/ocaml.scm (ocaml-rresult): Update to 0.7.0.
This commit is contained in:
parent
89d4cf2a87
commit
ca79fc5b14
1 changed files with 2 additions and 2 deletions
|
@ -2006,14 +2006,14 @@ creation and publication procedures.")
|
||||||
(define-public ocaml-rresult
|
(define-public ocaml-rresult
|
||||||
(package
|
(package
|
||||||
(name "ocaml-rresult")
|
(name "ocaml-rresult")
|
||||||
(version "0.5.0")
|
(version "0.7.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://erratique.ch/software/rresult/releases/"
|
(uri (string-append "http://erratique.ch/software/rresult/releases/"
|
||||||
"rresult-" version ".tbz"))
|
"rresult-" version ".tbz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1xxycxhdhaq8p9vhwi93s2mlxjwgm44fcxybx5vghzgbankz9yhm"))))
|
"0h2mjyzhay1p4k7n0mzaa7hlc7875kiy6m1i3r1n03j6hddpzahi"))))
|
||||||
(build-system ocaml-build-system)
|
(build-system ocaml-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list opam ocamlbuild))
|
(list opam ocamlbuild))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue