mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ocaml-ppx-string: Update to 0.15.0.
* gnu/packages/ocaml.scm (ocaml-ppx-string): Update to 0.15.0.
This commit is contained in:
parent
bff4199e9b
commit
cd19c36509
1 changed files with 2 additions and 2 deletions
|
@ -6441,7 +6441,7 @@ from type definitions.")
|
||||||
(define-public ocaml-ppx-string
|
(define-public ocaml-ppx-string
|
||||||
(package
|
(package
|
||||||
(name "ocaml-ppx-string")
|
(name "ocaml-ppx-string")
|
||||||
(version "0.14.1")
|
(version "0.15.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -6450,7 +6450,7 @@ from type definitions.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0a8khmg0y32kyn3q6idwgh0d6d1s6ms1w75gj3dzng0v7y4h6jx4"))))
|
(base32 "1dp5frk6cig5m3m5rrh2alw63snyf845x7zlkkaljip02pqcbw1s"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(arguments `(#:tests? #f)); no tests
|
(arguments `(#:tests? #f)); no tests
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue