mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: ocaml-result: Update to 1.4.
* gnu/packages/ocaml.scm (ocaml-result): Update to 1.4.
This commit is contained in:
parent
5ab63bd583
commit
d47c8fffd0
1 changed files with 2 additions and 2 deletions
|
@ -1437,7 +1437,7 @@ (define-public ocaml-bitstring
|
|||
(define-public ocaml-result
|
||||
(package
|
||||
(name "ocaml-result")
|
||||
(version "1.3")
|
||||
(version "1.4")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -1446,7 +1446,7 @@ (define-public ocaml-result
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"081ayblszn9pj2rqcif40x6cz2zda48vi45gy49rc2qfc4gszry3"))))
|
||||
"0hir97k9i72nfkm6kncxnqpyk400wlsxysbldgcvk0fd9pjnsc3p"))))
|
||||
(build-system dune-build-system)
|
||||
(arguments
|
||||
`(#:test-target "."))
|
||||
|
|
Loading…
Reference in a new issue