me
/
guix
Archived
1
0
Fork 0

gnu: ocaml-uuseg: Update to 15.0.0.

* gnu/packages/ocaml.scm (ocaml-uuseg): Update to 15.0.0.
master
Julien Lepiller 2022-10-10 07:25:59 +02:00
parent b2b838b2b4
commit 7c1c144ce6
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
1 changed files with 2 additions and 2 deletions

View File

@ -8150,7 +8150,7 @@ selection of character properties of the Unicode character database.")
(define-public ocaml-uuseg
(package
(name "ocaml-uuseg")
(version "14.0.0")
(version "15.0.0")
(source
(origin
(method url-fetch)
@ -8158,7 +8158,7 @@ selection of character properties of the Unicode character database.")
"uuseg-" version ".tbz"))
(sha256
(base32
"1g9zyzjkhqxgbb9mh3cgaawscwdazv6y8kdqvmy6yhnimmfqv25p"))))
"1qz130wlmnvb6j7kpvgjlqmdm2jqid4wb1dmrsls4hdm4rp7gk5b"))))
(build-system ocaml-build-system)
(arguments
'(#:build-flags '("build" "--tests" "true")