mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 08:51:48 -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
|
||||
(package
|
||||
(name "ocaml-uutf")
|
||||
(version "1.0.1")
|
||||
(version "1.0.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://erratique.ch/software/uutf/releases/"
|
||||
"uutf-" version ".tbz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1gp96dcggq7s84934vimxh89caaxa77lqiff1yywbwkilkkjcfqj"))))
|
||||
"0s05r8ggp1g97zq4rnvbxzj22pv8ld0k5wsdw662jw0y7mhsawl7"))))
|
||||
(build-system ocaml-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f
|
||||
|
|
Loading…
Reference in a new issue