mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 20:27:36 -05:00
gnu: ocaml-pcre: Update to 7.5.0.
* gnu/packages/ocaml.scm (ocaml-pcre): Update to 7.5.0.
This commit is contained in:
parent
8dfc0efd92
commit
13ac9e11ad
1 changed files with 2 additions and 2 deletions
|
@ -3266,7 +3266,7 @@ (define-public ocaml4.07-batteries
|
||||||
(define-public ocaml-pcre
|
(define-public ocaml-pcre
|
||||||
(package
|
(package
|
||||||
(name "ocaml-pcre")
|
(name "ocaml-pcre")
|
||||||
(version "7.4.6")
|
(version "7.5.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3276,7 +3276,7 @@ (define-public ocaml-pcre
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"11mck879p5zvkghps4ky8yslm0isgz52d84adl0dmcfxv2ibvcym"))))
|
"048k1rl17fcml000yh8fnghk1a06h14lbyrnk9nbigxsymrz6cq2"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; No tests.
|
;; No tests.
|
||||||
|
|
Loading…
Reference in a new issue