all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Hilton Chain via Guix-patches via <guix-patches@gnu.org>
To: 64899@debbugs.gnu.org
Cc: Hilton Chain <hako@ultrarare.space>
Subject: [bug#64899] [PATCH 1/1] gnu: python-apsw: Update to 3.42.0.1.
Date: Thu, 27 Jul 2023 22:37:14 +0800	[thread overview]
Message-ID: <78c60caffa478a3984f164f21896174b4ea7e496.1690468268.git.hako@ultrarare.space> (raw)
In-Reply-To: <cover.1690468268.git.hako@ultrarare.space>

* gnu/packages/databases.scm (python-apsw): Update to 3.42.0.1.
* gnu/packages/sqlite.scm (sqlite-next): Update to 3.42.0.
---
 gnu/packages/databases.scm | 6 +++---
 gnu/packages/sqlite.scm    | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 6e8fe4cfb6..c46a9db47d 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -3705,7 +3705,7 @@ (define-public python-pickleshare
 (define-public python-apsw
   (package
     (name "python-apsw")
-    (version "3.40.0.0")
+    (version "3.42.0.1")
     ;; The compressed release has fetching functionality disabled.
     (source
      (origin
@@ -3715,11 +3715,11 @@ (define-public python-apsw
              version "/apsw-" version ".zip"))
        (sha256
         (base32
-         "02sgja00azvd08wi2wm105apmhp2644s7aw9b1zdg3dkcwjnsiad"))))
+         "0dr7zymn45x2793cilr709rnwn9g1c4n4vzln57y2lhj7420ykic"))))
     (build-system pyproject-build-system)
     (native-inputs
      (list python-cython unzip))
-    (inputs (list sqlite-next))         ;SQLite 3.40 required.
+    (inputs (list sqlite-next))         ;SQLite 3.42 required.
     (arguments
      (list
       #:phases
diff --git a/gnu/packages/sqlite.scm b/gnu/packages/sqlite.scm
index 2e727bd933..a4db47270d 100644
--- a/gnu/packages/sqlite.scm
+++ b/gnu/packages/sqlite.scm
@@ -115,10 +115,10 @@ (define-public sqlite
 (define-public sqlite-next
   (package
     (inherit sqlite)
-    (version "3.40.0")
+    (version "3.42.0")
     (source (origin
               (method url-fetch)
               (uri (sqlite-uri version 2022))
               (sha256
                (base32
-                "1rw0i63822pdkb3a16sqj4jdcp5zg0ffjmi26mshqw6jfqh5acq3"))))))
+                "19lc11fwl7jfv94hnjih0gr41jakz38ra23cbk5449vf3hbgvg3s"))))))
-- 
2.41.0





  reply	other threads:[~2023-07-27 15:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-27 14:34 [bug#64899] [PATCH 0/1] Update sqlite-next (3.42.0) and python-apsw (3.42.0.1) Hilton Chain via Guix-patches via
2023-07-27 14:37 ` Hilton Chain via Guix-patches via [this message]
2023-09-12  7:47   ` [bug#64899] [PATCH 1/1] gnu: python-apsw: Update to 3.42.0.1 Christopher Baines

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=78c60caffa478a3984f164f21896174b4ea7e496.1690468268.git.hako@ultrarare.space \
    --to=guix-patches@gnu.org \
    --cc=64899@debbugs.gnu.org \
    --cc=hako@ultrarare.space \
    /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.