mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: ocaml-uuidm: Update to 0.9.7.
* gnu/packages/ocaml.scm (ocaml-uuidm): Update to 0.9.7. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
parent
d11b3bc71c
commit
e78d9ea012
1 changed files with 2 additions and 2 deletions
|
@ -3657,14 +3657,14 @@ (define-public ocaml4.07-piqilib
|
||||||
(define-public ocaml-uuidm
|
(define-public ocaml-uuidm
|
||||||
(package
|
(package
|
||||||
(name "ocaml-uuidm")
|
(name "ocaml-uuidm")
|
||||||
(version "0.9.6")
|
(version "0.9.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://erratique.ch/software/uuidm/"
|
(uri (string-append "http://erratique.ch/software/uuidm/"
|
||||||
"releases/uuidm-" version ".tbz"))
|
"releases/uuidm-" version ".tbz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0hz4fdx0x16k0pw9995vkz5d1hmzz6b16wck9li399rcbfnv5jlc"))))
|
"1ivxb3hxn9bk62rmixx6px4fvn52s4yr1bpla7rgkcn8981v45r8"))))
|
||||||
(build-system ocaml-build-system)
|
(build-system ocaml-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:build-flags
|
`(#:build-flags
|
||||||
|
|
Loading…
Reference in a new issue