gnu: ocaml-easy-format: Update to 1.3.3.
* gnu/packages/ocaml.scm (ocaml-easy-format): Update to 1.3.3.
This commit is contained in:
parent
cda4ca0ab5
commit
ab8d68cadd
1 changed files with 2 additions and 2 deletions
|
@ -3773,7 +3773,7 @@ JSON.")
|
||||||
(define-public ocaml-easy-format
|
(define-public ocaml-easy-format
|
||||||
(package
|
(package
|
||||||
(name "ocaml-easy-format")
|
(name "ocaml-easy-format")
|
||||||
(version "1.3.2")
|
(version "1.3.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -3782,7 +3782,7 @@ JSON.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1fc95q2ypck6m6rv3kiawwilh5ac93v2hcp823mj608d5kj79xkb"))))
|
"1dl5faibbb5nm3v70ix7k6208yib1954x20nmw3g56wff5vdlzid"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:package "easy-format"
|
`(#:package "easy-format"
|
||||||
|
|
Reference in a new issue