guix-commits
[Top][All Lists]
Advanced

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

07/11: gnu: ocaml-sexplib0: Update to 0.15.1.


From: guix-commits
Subject: 07/11: gnu: ocaml-sexplib0: Update to 0.15.1.
Date: Sat, 18 Jun 2022 07:16:18 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 0133c000c91a209a6af08af94d512229f20f65de
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sat Jun 18 12:38:56 2022 +0200

    gnu: ocaml-sexplib0: Update to 0.15.1.
    
    * gnu/packages/ocaml.scm (ocaml-sexplib0): Update to 0.15.1.
---
 gnu/packages/ocaml.scm | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 808b1a3664..c17055b29d 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -5024,11 +5024,17 @@ exclusion algorithms are typical examples of such 
systems.")
 (define-public ocaml-sexplib0
   (package
     (name "ocaml-sexplib0")
-    (version "0.15.0")
+    (version "0.15.1")
     (home-page "https://github.com/janestreet/sexplib0";)
-    (source
-     (janestreet-origin "sexplib0" version
-                        
"1fpg991n578m11r0ki4als4c76s3sp703b4khivx40v48402qill"))
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                     (url home-page)
+                     (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "05m93g4m4jhj1v8pazg3s2ydcfymr3h4476yjhdca5fm4sn35bg8"))))
     (build-system dune-build-system)
     (arguments `(#:tests? #f)) ;no tests
     (properties `((ocaml4.07-variant . ,(delay ocaml4.07-sexplib0))))



reply via email to

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