gnu: ocaml-uri: Update to 4.2.0.
* gnu/packages/ocaml.scm (ocaml-uri): Update to 4.2.0. Signed-off-by: Julien Lepiller <julien@lepiller.eu>master
parent
574544724e
commit
41aec416ce
|
@ -3452,7 +3452,7 @@ JSON.")
|
||||||
(define-public ocaml-uri
|
(define-public ocaml-uri
|
||||||
(package
|
(package
|
||||||
(name "ocaml-uri")
|
(name "ocaml-uri")
|
||||||
(version "4.1.0")
|
(version "4.2.0")
|
||||||
(home-page "https://github.com/mirage/ocaml-uri")
|
(home-page "https://github.com/mirage/ocaml-uri")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -3463,7 +3463,7 @@ JSON.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"10bf28my1yhj8a2d7bkgbna9j20wq0ghp92k926y29bmjj2qh0l7"))))
|
"1bgkc66cq00mgnkz3i535srwzwc4cpdsv0mly5dzvvq33451xwf0"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(arguments '(#:package "uri"
|
(arguments '(#:package "uri"
|
||||||
#:test-target "."))
|
#:test-target "."))
|
||||||
|
|
Reference in New Issue