all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Olivier Dion via Guix-patches via <guix-patches@gnu.org>
To: 57018@debbugs.gnu.org
Cc: Olivier Dion <olivier.dion@polymtl.ca>
Subject: [bug#57018] [PATCH] gnu: guile-sqlite3: Update to 0.1.3.
Date: Sat,  6 Aug 2022 14:40:52 -0400	[thread overview]
Message-ID: <a45859807f9fbc8fa5853aeeb1ea1fc4a6dcce17.1659811243.git.olivier.dion@polymtl.ca> (raw)

* 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





             reply	other threads:[~2022-08-06 18:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-06 18:40 Olivier Dion via Guix-patches via [this message]
2022-08-07  9:46 ` bug#57018: [PATCH] gnu: guile-sqlite3: Update to 0.1.3 Mathieu Othacehe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a45859807f9fbc8fa5853aeeb1ea1fc4a6dcce17.1659811243.git.olivier.dion@polymtl.ca \
    --to=guix-patches@gnu.org \
    --cc=57018@debbugs.gnu.org \
    --cc=olivier.dion@polymtl.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.