guix-commits
[Top][All Lists]
Advanced

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

08/16: gnu: ocaml-sqlite3: Update to 5.1.0.


From: guix-commits
Subject: 08/16: gnu: ocaml-sqlite3: Update to 5.1.0.
Date: Fri, 4 Feb 2022 11:51:06 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit bb5dfd6ede2dcb7134b69e06614fee31ed829de4
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Fri Feb 4 11:53:25 2022 +0100

    gnu: ocaml-sqlite3: Update to 5.1.0.
    
    * gnu/packages/ocaml.scm (ocaml-sqlite3): Update to 5.1.0.
    (ocaml4.07-sqlite3): Stay at 5.0.2.
---
 gnu/packages/ocaml.scm | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 3e632e2be6..d1e1d9965d 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2036,7 +2036,7 @@ library.")
 (define-public ocaml-sqlite3
   (package
     (name "ocaml-sqlite3")
-    (version "5.0.2")
+    (version "5.1.0")
     (source
      (origin
        (method git-fetch)
@@ -2046,7 +2046,7 @@ library.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "15mmq7ak5facpfawfrc6hjz211gli7jab52iqdsihfvh790xm55f"))))
+         "1ksm0a490315sf0yy8lmva5f3bgr0jnllffanyq89431grpj6x15"))))
     (build-system dune-build-system)
     (properties `((ocaml4.07-variant . ,(delay ocaml4.07-sqlite3))))
     (propagated-inputs
@@ -2068,6 +2068,17 @@ coexistence with the old (version 2) SQLite and its 
OCaml wrapper
   (package-with-ocaml4.07
    (package
      (inherit ocaml-sqlite3)
+     (version "5.0.2")
+     (source
+      (origin
+        (method git-fetch)
+        (uri (git-reference
+               (url "https://github.com/mmottl/sqlite3-ocaml";)
+               (commit version)))
+        (file-name (git-file-name "ocaml-sqlite3" version))
+        (sha256
+         (base32
+          "15mmq7ak5facpfawfrc6hjz211gli7jab52iqdsihfvh790xm55f"))))
      (arguments
       `(#:phases
         (modify-phases %standard-phases



reply via email to

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