mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05:00
gnu: ocaml-integers: Update to 0.7.0.
* gnu/packages/ocaml.scm (ocaml-integers): Update to 0.7.0.
This commit is contained in:
parent
6abb5fe8a9
commit
2708cece85
1 changed files with 2 additions and 2 deletions
|
@ -4253,7 +4253,7 @@ (define-public ocaml4.07-utop
|
|||
(define-public ocaml-integers
|
||||
(package
|
||||
(name "ocaml-integers")
|
||||
(version "0.6.0")
|
||||
(version "0.7.0")
|
||||
(home-page "https://github.com/ocamllabs/ocaml-integers")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
|
@ -4263,7 +4263,7 @@ (define-public ocaml-integers
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"07qk7dgxykn528qvhfwa0j402yr58y1y84ivpi1ji1lvk0qddxcs"))))
|
||||
"0c0bmy53ag6504kih0cvnp4yf7mbcimb18m1mgs592ffb0zj1rff"))))
|
||||
(build-system dune-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)) ; no tests
|
||||
|
|
Loading…
Reference in a new issue