diff options
author | Julien Lepiller <julien@lepiller.eu> | 2022-02-04 10:48:33 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2022-02-04 17:49:33 +0100 |
commit | 84e304b56d6b42bdf03da837cf612e2407a38b41 (patch) | |
tree | 3f1f86a2d3aec6318c8730a7d288407df78303c4 /gnu | |
parent | d782c633fa558356ff7ebed63e1644307c316039 (diff) | |
download | guix-84e304b56d6b42bdf03da837cf612e2407a38b41.tar.gz |
gnu: ocaml-sedlex: Update to 2.5.
* gnu/packages/ocaml.scm (ocaml-sedlex): Update to 2.5.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/ocaml.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 134f74625b..74ecab8f74 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -2692,7 +2692,7 @@ and consumable.") (define-public ocaml-sedlex (package (name "ocaml-sedlex") - (version "2.4") + (version "2.5") (source (origin (method git-fetch) (uri (git-reference @@ -2701,7 +2701,7 @@ and consumable.") (file-name (git-file-name name version)) (sha256 (base32 - "13g8az4zqg6hrnxmy3qrasslppzlag13dd1dsr8vlpg2vpfmfv6i")))) + "062a5dvrzvb81l3a9phljrhxfw9nlb61q341q0a6xn65hll3z2wy")))) (build-system dune-build-system) (arguments `(#:tests? #f ; no tests |