me
/
guix
Archived
1
0
Fork 0

gnu: ocaml-easy-format: Update to 1.3.4.

* gnu/packages/ocaml.scm (ocaml-easy-format): Update to 1.3.4.
Julien Lepiller 2022-06-18 11:51:49 +02:00
parent fcb23bf406
commit 773837bfd2
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
1 changed files with 2 additions and 2 deletions

View File

@ -3800,7 +3800,7 @@ JSON.")
(define-public ocaml-easy-format
(package
(name "ocaml-easy-format")
(version "1.3.3")
(version "1.3.4")
(source (origin
(method git-fetch)
(uri (git-reference
@ -3809,7 +3809,7 @@ JSON.")
(file-name (git-file-name name version))
(sha256
(base32
"1dl5faibbb5nm3v70ix7k6208yib1954x20nmw3g56wff5vdlzid"))))
"0xap6az4yyb60vb1jfs640wl3cf4njv78p538x9ihhf9f6ij3nh8"))))
(build-system dune-build-system)
(arguments
`(#:package "easy-format"