mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ocaml-stringext: Update to 1.6.0.
* gnu/packages/ocaml.scm (ocaml-stringext): Update to 1.6.0.
This commit is contained in:
parent
b3419c4027
commit
69c83817f8
1 changed files with 2 additions and 2 deletions
|
@ -1242,7 +1242,7 @@ to use -- to sophisticated random generation of test cases.")
|
||||||
(define-public ocaml-stringext
|
(define-public ocaml-stringext
|
||||||
(package
|
(package
|
||||||
(name "ocaml-stringext")
|
(name "ocaml-stringext")
|
||||||
(version "1.5.0")
|
(version "1.6.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1251,7 +1251,7 @@ to use -- to sophisticated random generation of test cases.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0035pyakk0r7pfhkrayvqncpv9mk6lssr455j3prmdcirh6s50d7"))))
|
"1m09cmn3vrk3gdm60fb730qsygcfyxsyv7gl9xfzck08q1x2x9qx"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:test-target "."))
|
`(#:test-target "."))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue