unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#57018] [PATCH] gnu: guile-sqlite3: Update to 0.1.3.
@ 2022-08-06 18:40 Olivier Dion via Guix-patches via
  2022-08-07  9:46 ` bug#57018: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Olivier Dion via Guix-patches via @ 2022-08-06 18:40 UTC (permalink / raw)
  To: 57018; +Cc: Olivier Dion

* gnu/packages/guile.scm (guile-sqlite3): Update to 0.1.3.
---
 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 @@ (define-public guile2.2-gdbm-ffi
 (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 @@ (define-public guile-sqlite3
                     (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))
-- 
2.37.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#57018: [PATCH] gnu: guile-sqlite3: Update to 0.1.3.
  2022-08-06 18:40 [bug#57018] [PATCH] gnu: guile-sqlite3: Update to 0.1.3 Olivier Dion via Guix-patches via
@ 2022-08-07  9:46 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2022-08-07  9:46 UTC (permalink / raw)
  To: Olivier Dion; +Cc: 57018-done


> * gnu/packages/guile.scm (guile-sqlite3): Update to 0.1.3.

Pushed, thanks!

Mathieu




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-07  9:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-06 18:40 [bug#57018] [PATCH] gnu: guile-sqlite3: Update to 0.1.3 Olivier Dion via Guix-patches via
2022-08-07  9:46 ` bug#57018: " Mathieu Othacehe

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).