[PATCH] gnu: ocaml-uri: Update to 4.2.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Julien Lepiller
  • Xinglu Chen
Owner
unassigned
Submitted by
Xinglu Chen
Severity
normal
X
X
Xinglu Chen wrote on 25 Jun 2021 14:55
(address . guix-patches@gnu.org)
c2f71356a7996cc68c2f387d9d8f18ad85caa0c2.1624625659.git.public@yoctocell.xyz
* gnu/packages/ocaml.scm (ocaml-uri): Update to 4.2.0.
---
gnu/packages/ocaml.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 1262c0e303..0eb63b94d4 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -3452,7 +3452,7 @@ JSON.")
(define-public ocaml-uri
(package
(name "ocaml-uri")
- (version "4.1.0")
+ (version "4.2.0")
(home-page "https://github.com/mirage/ocaml-uri")
(source
(origin
@@ -3463,7 +3463,7 @@ JSON.")
(file-name (git-file-name name version))
(sha256
(base32
- "10bf28my1yhj8a2d7bkgbna9j20wq0ghp92k926y29bmjj2qh0l7"))))
+ "1bgkc66cq00mgnkz3i535srwzwc4cpdsv0mly5dzvvq33451xwf0"))))
(build-system dune-build-system)
(arguments '(#:package "uri"
#:test-target "."))

base-commit: 3c86372e36cecaed1ad55675ce32a14b972406bf
--
2.32.0
J
J
Julien Lepiller wrote on 27 Jun 2021 14:55
(name . Xinglu Chen)(address . public@yoctocell.xyz)(address . 49222-done@debbugs.gnu.org)
20210627145556.769dd690@tachikoma.lepiller.eu
Pushed as 41aec416ce8a18f4ba764757103ea9524a30959d, thank you!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 49222@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 49222
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch