summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2022-06-18 11:51:49 +0200
committerJulien Lepiller <julien@lepiller.eu>2022-06-18 13:15:19 +0200
commit773837bfd20b1065936a12bee7adc3687188df47 (patch)
treed8d6b13217c862759b9dd8607e2b5ae2a10a1132
parentfcb23bf406f168a8a205b27200ab8fc8ead1f6c9 (diff)
downloadguix-patches-773837bfd20b1065936a12bee7adc3687188df47.tar
guix-patches-773837bfd20b1065936a12bee7adc3687188df47.tar.gz
gnu: ocaml-easy-format: Update to 1.3.4.
* gnu/packages/ocaml.scm (ocaml-easy-format): Update to 1.3.4.
-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 70cb29f8e3..71e1851a37 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -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"