diff options
author | Julien Lepiller <julien@lepiller.eu> | 2022-02-04 13:50:11 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2022-02-04 17:49:58 +0100 |
commit | 13ac9e11adc22768d21f5f778250e01f5f516692 (patch) | |
tree | fadb407fbebb713950c38f313db8a3204721f825 /gnu | |
parent | 8dfc0efd9245b881f7d19bcc54fc40f15b845ac2 (diff) |
gnu: ocaml-pcre: Update to 7.5.0.
* gnu/packages/ocaml.scm (ocaml-pcre): Update to 7.5.0.
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 16eab94542..3199b84d39 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -3266,7 +3266,7 @@ hierarchy of modules.") (define-public ocaml-pcre (package (name "ocaml-pcre") - (version "7.4.6") + (version "7.5.0") (source (origin (method git-fetch) @@ -3276,7 +3276,7 @@ hierarchy of modules.") (file-name (git-file-name name version)) (sha256 (base32 - "11mck879p5zvkghps4ky8yslm0isgz52d84adl0dmcfxv2ibvcym")))) + "048k1rl17fcml000yh8fnghk1a06h14lbyrnk9nbigxsymrz6cq2")))) (build-system dune-build-system) (arguments ;; No tests. |