guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: ocaml-ocurl: Update to 0.9.1.


From: guix-commits
Subject: branch master updated: gnu: ocaml-ocurl: Update to 0.9.1.
Date: Fri, 15 May 2020 09:57:09 -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 1ac2bf0  gnu: ocaml-ocurl: Update to 0.9.1.
1ac2bf0 is described below

commit 1ac2bf05c810917b4c1f9a96402550a6ad104278
Author: Julien Lepiller <address@hidden>
AuthorDate: Fri May 15 15:56:33 2020 +0200

    gnu: ocaml-ocurl: Update to 0.9.1.
    
    * gnu/packages/ocaml.scm (ocaml-ocurl): Update to 0.9.1.
---
 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 beb5258..c5ec317 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2192,14 +2192,14 @@ without a complete in-memory representation of the 
data.")
 (define-public ocaml-ocurl
   (package
     (name "ocaml-ocurl")
-    (version "0.8.2")
+    (version "0.9.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://ygrek.org.ua/p/release/ocurl/ocurl-";
                                   version ".tar.gz"))
               (sha256
                 (base32
-                  "1ax3xdlzgb1zg7d0wr9nwgmh6a45a764m0wk8p6mx07ad94hz0q9"))))
+                  "0n621cxb9012pj280c7821qqsdhypj8qy9qgrah79dkh6a8h2py6"))))
     (build-system ocaml-build-system)
     (arguments
      `(#:phases



reply via email to

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