all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andy Tai <atai@atai.org>
To: 71511@debbugs.gnu.org
Cc: Andy Tai <atai@atai.org>
Subject: [bug#71511] [PATCH v2 2/2] gnu: python-apsw: Update to 3.46.0.0.
Date: Sun, 16 Jun 2024 07:48:58 -0700	[thread overview]
Message-ID: <86aef83307e64e1241d990488235482f59afe982.1718549114.git.atai@atai.org> (raw)
In-Reply-To: <cover.1718549113.git.atai@atai.org>

* gnu/packages/databases.scm (python-apsw): Update to 3.46.0.0.

Change-Id: I1c6896910f78da77b071b4301762e85fa9f25546
---
 gnu/packages/databases.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index f6e608d99a..3d2a9c309e 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -3882,7 +3882,7 @@ (define-public python-pickleshare
 (define-public python-apsw
   (package
     (name "python-apsw")
-    (version "3.45.1.0")
+    (version "3.46.0.0")
     ;; The compressed release has fetching functionality disabled.
     (source
      (origin
@@ -3892,7 +3892,7 @@ (define-public python-apsw
              version "/apsw-" version ".zip"))
        (sha256
         (base32
-         "1vfrzb414pbh5k0cgcqkp039jvla2galapn4a551zgh8xi70bnrp"))))
+         "10yfbasi4mq63g0svyl1h49ylwn9znjylq78id16dzxzk9q9ipdx"))))
     (build-system pyproject-build-system)
     (native-inputs
      (list unzip))
-- 
2.45.1





  parent reply	other threads:[~2024-06-16 14:51 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-12 10:44 [bug#71511] [PATCH] gnu: sqlite-next: Update to 3.46.0 Andy Tai
2024-06-16 14:48 ` [bug#71511] [PATCH v2 0/2] *** sqlite-next update with dependency *** Andy Tai
2024-06-16 14:48   ` [bug#71511] [PATCH v2 1/2] gnu: sqlite-next: Update to 3.46.0 Andy Tai
2024-06-16 14:48   ` Andy Tai [this message]
2024-06-22 16:58   ` bug#71511: [PATCH v2 0/2] *** sqlite-next update with dependency *** 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=86aef83307e64e1241d990488235482f59afe982.1718549114.git.atai@atai.org \
    --to=atai@atai.org \
    --cc=71511@debbugs.gnu.org \
    /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.