summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2022-05-01 08:33:22 +0200
committerJulien Lepiller <julien@lepiller.eu>2022-05-01 13:14:57 +0200
commitab8d68cadde35f1b73694fefdf937db1a8dbe332 (patch)
treee64a616d7ce7f694950a40aa2a755addbce84b7a
parentcda4ca0ab5ff9d246e528be6bdb336b749a50e5b (diff)
downloadguix-patches-ab8d68cadde35f1b73694fefdf937db1a8dbe332.tar
guix-patches-ab8d68cadde35f1b73694fefdf937db1a8dbe332.tar.gz
gnu: ocaml-easy-format: Update to 1.3.3.
* gnu/packages/ocaml.scm (ocaml-easy-format): Update to 1.3.3.
-rw-r--r--gnu/packages/ocaml.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 2805141689..109e69ef13 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -3773,7 +3773,7 @@ JSON.")
(define-public ocaml-easy-format
(package
(name "ocaml-easy-format")
- (version "1.3.2")
+ (version "1.3.3")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3782,7 +3782,7 @@ JSON.")
(file-name (git-file-name name version))
(sha256
(base32
- "1fc95q2ypck6m6rv3kiawwilh5ac93v2hcp823mj608d5kj79xkb"))))
+ "1dl5faibbb5nm3v70ix7k6208yib1954x20nmw3g56wff5vdlzid"))))
(build-system dune-build-system)
(arguments
`(#:package "easy-format"