GNU bug report logs - #57018
[PATCH] gnu: guile-sqlite3: Update to 0.1.3.

Previous Next

Package: guix-patches;

Reported by: Olivier Dion <olivier.dion <at> polymtl.ca>

Date: Sat, 6 Aug 2022 18:42:01 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <othacehe <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Olivier Dion <olivier.dion <at> polymtl.ca>
Subject: bug#57018: closed (Re: bug#57018: [PATCH] gnu: guile-sqlite3:
 Update to 0.1.3.)
Date: Sun, 07 Aug 2022 09:47:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#57018: [PATCH] gnu: guile-sqlite3: Update to 0.1.3.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 57018 <at> debbugs.gnu.org.

-- 
57018: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57018
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Mathieu Othacehe <othacehe <at> gnu.org>
To: Olivier Dion <olivier.dion <at> polymtl.ca>
Cc: 57018-done <at> debbugs.gnu.org
Subject: Re: bug#57018: [PATCH] gnu: guile-sqlite3: Update to 0.1.3.
Date: Sun, 07 Aug 2022 11:46:20 +0200
> * gnu/packages/guile.scm (guile-sqlite3): Update to 0.1.3.

Pushed, thanks!

Mathieu

[Message part 3 (message/rfc822, inline)]
From: Olivier Dion <olivier.dion <at> polymtl.ca>
To: guix-patches <at> gnu.org
Cc: Olivier Dion <olivier.dion <at> polymtl.ca>
Subject: [PATCH] gnu: guile-sqlite3: Update to 0.1.3.
Date: Sat,  6 Aug 2022 14:40:52 -0400
* 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




This bug report was last modified 2 years and 285 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.