mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: ocaml-uuseg: Update to 14.0.0.
* gnu/packages/ocaml.scm (ocaml-uuseg): Update to 14.0.0.
This commit is contained in:
parent
7cad446653
commit
c83dbe2cc0
1 changed files with 2 additions and 2 deletions
|
@ -7128,7 +7128,7 @@ (define-public ocaml-uucp
|
|||
(define-public ocaml-uuseg
|
||||
(package
|
||||
(name "ocaml-uuseg")
|
||||
(version "13.0.0")
|
||||
(version "14.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -7136,7 +7136,7 @@ (define-public ocaml-uuseg
|
|||
"uuseg-" version ".tbz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1a635j8ra6p27g1ivfln3387lhwqmf6vq4r6bn7b6n1qsqyi1rls"))))
|
||||
"1g9zyzjkhqxgbb9mh3cgaawscwdazv6y8kdqvmy6yhnimmfqv25p"))))
|
||||
(build-system ocaml-build-system)
|
||||
(arguments
|
||||
'(#:build-flags '("build" "--tests" "true")
|
||||
|
|
Loading…
Reference in a new issue