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>master
parent
d11b3bc71c
commit
e78d9ea012
|
@ -3657,14 +3657,14 @@ tool and piqi-ocaml.")
|
||||||
(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
|
||||||
|
|
Reference in New Issue