guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: ocaml-uri: Update to 4.2.0.


From: guix-commits
Subject: branch master updated: gnu: ocaml-uri: Update to 4.2.0.
Date: Sun, 27 Jun 2021 08:55:28 -0400

This is an automated email from the git hooks/post-receive script.

roptat pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 41aec41  gnu: ocaml-uri: Update to 4.2.0.
41aec41 is described below

commit 41aec416ce8a18f4ba764757103ea9524a30959d
Author: Xinglu Chen <public@yoctocell.xyz>
AuthorDate: Fri Jun 25 14:55:03 2021 +0200

    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>
---
 gnu/packages/ocaml.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 1262c0e..0eb63b9 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 "."))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]