mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 17:01:51 -05:00
gnu: ocaml-uutf: Update to 1.0.3.
* gnu/packages/ocaml.scm (ocaml-uutf): Update to 1.0.3.
This commit is contained in:
parent
c8b5f9daf5
commit
cceb4d3412
1 changed files with 2 additions and 2 deletions
|
@ -2809,14 +2809,14 @@ (define-public ocaml-uchar
|
||||||
(define-public ocaml-uutf
|
(define-public ocaml-uutf
|
||||||
(package
|
(package
|
||||||
(name "ocaml-uutf")
|
(name "ocaml-uutf")
|
||||||
(version "1.0.1")
|
(version "1.0.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://erratique.ch/software/uutf/releases/"
|
(uri (string-append "http://erratique.ch/software/uutf/releases/"
|
||||||
"uutf-" version ".tbz"))
|
"uutf-" version ".tbz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1gp96dcggq7s84934vimxh89caaxa77lqiff1yywbwkilkkjcfqj"))))
|
"0s05r8ggp1g97zq4rnvbxzj22pv8ld0k5wsdw662jw0y7mhsawl7"))))
|
||||||
(build-system ocaml-build-system)
|
(build-system ocaml-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f
|
`(#:tests? #f
|
||||||
|
|
Loading…
Reference in a new issue