guix-commits
[Top][All Lists]
Advanced

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

14/16: gnu: ocaml-ocurl: Update to 0.9.2.


From: guix-commits
Subject: 14/16: gnu: ocaml-ocurl: Update to 0.9.2.
Date: Fri, 4 Feb 2022 11:51:09 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 60356cc029b21eb2fd5660cac5476c8f64a2e00a
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Fri Feb 4 14:22:37 2022 +0100

    gnu: ocaml-ocurl: Update to 0.9.2.
    
    * gnu/packages/ocaml.scm (ocaml-ocurl): Update to 0.9.2.
---
 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 3c01ea6020..cd833b6073 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -3000,14 +3000,14 @@ and command-line tool.")
 (define-public ocaml-ocurl
   (package
     (name "ocaml-ocurl")
-    (version "0.9.1")
+    (version "0.9.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://ygrek.org.ua/p/release/ocurl/ocurl-";
                                   version ".tar.gz"))
               (sha256
                 (base32
-                  "0n621cxb9012pj280c7821qqsdhypj8qy9qgrah79dkh6a8h2py6"))))
+                  "0qvpsqbq4qbd397n0nlv9cwlqfyjw7gfb5mmq1awvnklr0c9fdg0"))))
     (build-system ocaml-build-system)
     (arguments
      `(#:phases



reply via email to

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