gnu: ocaml-integers: Update to 0.5.1.
This commit is contained in:
parent
426faa76d1
commit
e7bf93e5cc
@ -4102,7 +4102,7 @@ sensitive completion, colors, and more.")
|
|||||||
(define-public ocaml-integers
|
(define-public ocaml-integers
|
||||||
(package
|
(package
|
||||||
(name "ocaml-integers")
|
(name "ocaml-integers")
|
||||||
(version "0.4.0")
|
(version "0.5.1")
|
||||||
(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)
|
||||||
@ -4112,7 +4112,7 @@ sensitive completion, colors, and more.")
|
|||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0yp3ab0ph7mp5741g7333x4nx8djjvxzpnv3zvsndyzcycspn9dd"))))
|
"0by5pc851fk7ccxqy1w2qc5jwn9z8whyqhs5gxlm5986vr9msnyi"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ; no tests
|
`(#:tests? #f)) ; no tests
|
||||||
|
Loading…
Reference in New Issue
Block a user