diff options
author | Julien Lepiller <julien@lepiller.eu> | 2022-05-01 12:59:27 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2022-05-01 13:14:59 +0200 |
commit | 3d5d09abb81cc890bf6491837912b6d53f2e4fe0 (patch) | |
tree | b735610bc891abf6b7b2e19decd7da9fc5ab214d | |
parent | be83b59d31bf6ae98bdbb38774702734fec02702 (diff) | |
download | guix-3d5d09abb81cc890bf6491837912b6d53f2e4fe0.tar.gz guix-3d5d09abb81cc890bf6491837912b6d53f2e4fe0.zip |
gnu: ocaml-re: Update to 1.10.4.
* gnu/packages/ocaml.scm (ocaml-re): Update to 1.10.4.
-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 40d0bc3f7f..0e9ffa1f9a 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -3531,7 +3531,7 @@ standard iterator type starting from 4.07.") (define-public ocaml-re (package (name "ocaml-re") - (version "1.10.3") + (version "1.10.4") (source (origin (method git-fetch) @@ -3540,7 +3540,7 @@ standard iterator type starting from 4.07.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1lj94y3zj6qff1yizf311h5ww15djbmnb1g43wd0jz3afa9gk59m")))) + (base32 "1g0vmpx6ylv8m0w77zarn215pgb4czc6gcpb2fi5da1s307zwr0w")))) (build-system dune-build-system) (arguments `(#:test-target ".")) |