gnu: ocaml-integers: Update to 0.7.0.
* gnu/packages/ocaml.scm (ocaml-integers): Update to 0.7.0.master
parent
6abb5fe8a9
commit
2708cece85
|
@ -4253,7 +4253,7 @@ sensitive completion, colors, and more.")
|
||||||
(define-public ocaml-integers
|
(define-public ocaml-integers
|
||||||
(package
|
(package
|
||||||
(name "ocaml-integers")
|
(name "ocaml-integers")
|
||||||
(version "0.6.0")
|
(version "0.7.0")
|
||||||
(home-page "https://github.com/ocamllabs/ocaml-integers")
|
(home-page "https://github.com/ocamllabs/ocaml-integers")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -4263,7 +4263,7 @@ sensitive completion, colors, and more.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"07qk7dgxykn528qvhfwa0j402yr58y1y84ivpi1ji1lvk0qddxcs"))))
|
"0c0bmy53ag6504kih0cvnp4yf7mbcimb18m1mgs592ffb0zj1rff"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ; no tests
|
`(#:tests? #f)) ; no tests
|
||||||
|
|
Reference in New Issue