me
/
guix
Archived
1
0
Fork 0

gnu: ocaml-result: Update to 1.5.

* gnu/packages/ocaml.scm (ocaml-result): Update to 1.5.
master
Julien Lepiller 2020-09-30 22:39:07 +02:00
parent 01ec666e6c
commit bc92fd22df
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
1 changed files with 2 additions and 2 deletions

View File

@ -1376,7 +1376,7 @@ powerful.")
(define-public ocaml-result (define-public ocaml-result
(package (package
(name "ocaml-result") (name "ocaml-result")
(version "1.4") (version "1.5")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -1385,7 +1385,7 @@ powerful.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0hir97k9i72nfkm6kncxnqpyk400wlsxysbldgcvk0fd9pjnsc3p")))) "166laj8qk7466sdl037c6cjs4ac571hglw4l5qpyll6df07h6a7q"))))
(build-system dune-build-system) (build-system dune-build-system)
(arguments (arguments
`(#:test-target ".")) `(#:test-target "."))