guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: ocaml-ssl: Update to 0.5.10.


From: guix-commits
Subject: branch master updated: gnu: ocaml-ssl: Update to 0.5.10.
Date: Thu, 18 Nov 2021 17:18:20 -0500

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 b1acfb6  gnu: ocaml-ssl: Update to 0.5.10.
b1acfb6 is described below

commit b1acfb676aa9f81531034377186effe91cafeca2
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Thu Nov 18 23:17:08 2021 +0100

    gnu: ocaml-ssl: Update to 0.5.10.
    
    * gnu/packages/ocaml.scm (ocaml-ssl): Update to 0.5.10.
---
 gnu/packages/ocaml.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index d559b01..05579cb 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2356,16 +2356,16 @@ lets the client choose the concrete timeline.")
 (define-public ocaml-ssl
   (package
     (name "ocaml-ssl")
-    (version "0.5.9")
+    (version "0.5.10")
     (source
       (origin
         (method git-fetch)
         (uri (git-reference
               (url "https://github.com/savonet/ocaml-ssl";)
-              (commit version)))
+              (commit (string-append "v" version))))
         (file-name (git-file-name name version))
         (sha256 (base32
-                  "04h02rvzrwp886n5hsx84rnc9b150iggy38g5v1x1rwz3pkdnmf0"))))
+                  "1rszqiqayh67xlwd5411k8vib47x9kapdr037z1majd2c14z3kcb"))))
     (build-system dune-build-system)
     (arguments
      `(#:test-target "."))



reply via email to

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