mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: ocaml-result: Update to 1.5.
* gnu/packages/ocaml.scm (ocaml-result): Update to 1.5.
This commit is contained in:
parent
01ec666e6c
commit
bc92fd22df
1 changed files with 2 additions and 2 deletions
|
@ -1376,7 +1376,7 @@ (define-public ocaml-bitstring
|
|||
(define-public ocaml-result
|
||||
(package
|
||||
(name "ocaml-result")
|
||||
(version "1.4")
|
||||
(version "1.5")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -1385,7 +1385,7 @@ (define-public ocaml-result
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0hir97k9i72nfkm6kncxnqpyk400wlsxysbldgcvk0fd9pjnsc3p"))))
|
||||
"166laj8qk7466sdl037c6cjs4ac571hglw4l5qpyll6df07h6a7q"))))
|
||||
(build-system dune-build-system)
|
||||
(arguments
|
||||
`(#:test-target "."))
|
||||
|
|
Loading…
Reference in a new issue