guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: guile-sqlite3: Update to 0.1.3.


From: guix-commits
Subject: branch master updated: gnu: guile-sqlite3: Update to 0.1.3.
Date: Sun, 07 Aug 2022 07:02:33 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 120d8f8563 gnu: guile-sqlite3: Update to 0.1.3.
120d8f8563 is described below

commit 120d8f8563106e16375bf092f0fad45f9f2dc697
Author: Olivier Dion <olivier.dion@polymtl.ca>
AuthorDate: Sat Aug 6 14:40:52 2022 -0400

    gnu: guile-sqlite3: Update to 0.1.3.
    
    * gnu/packages/guile.scm (guile-sqlite3): Update to 0.1.3.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 gnu/packages/guile.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index d320763a61..fcdf75051c 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -733,7 +733,7 @@ Guile's foreign function interface.")
 (define-public guile-sqlite3
   (package
     (name "guile-sqlite3")
-    (version "0.1.2")
+    (version "0.1.3")
     (home-page "https://notabug.org/guile-sqlite3/guile-sqlite3.git";)
     (source (origin
               (method git-fetch)
@@ -742,7 +742,7 @@ Guile's foreign function interface.")
                     (commit (string-append "v" version))))
               (sha256
                (base32
-                "1nryy9j3bk34i0alkmc9bmqsm0ayz92k1cdf752mvhyjjn8nr928"))
+                "0qqygvlpz63phdi2p5p8ncp80dci230qfa3pwds8yfxqqaablmhb"))
               (file-name (string-append name "-" version "-checkout"))))
     (build-system gnu-build-system)
     (native-inputs (list autoconf automake guile-3.0 pkg-config))



reply via email to

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