all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#71511] [PATCH] gnu: sqlite-next: Update to 3.46.0.
@ 2024-06-12 10:44 Andy Tai
  2024-06-16 14:48 ` [bug#71511] [PATCH v2 0/2] *** sqlite-next update with dependency *** Andy Tai
  0 siblings, 1 reply; 5+ messages in thread
From: Andy Tai @ 2024-06-12 10:44 UTC (permalink / raw)
  To: 71511; +Cc: Andy Tai

* gnu/packages/sqlite.scm (sqlite-next): Update to 3.46.0.

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

diff --git a/gnu/packages/sqlite.scm b/gnu/packages/sqlite.scm
index c51837d410..dd21db0921 100644
--- a/gnu/packages/sqlite.scm
+++ b/gnu/packages/sqlite.scm
@@ -116,10 +116,10 @@ (define-public sqlite
 (define-public sqlite-next
   (package
     (inherit sqlite)
-    (version "3.45.1")
+    (version "3.46.0")
     (source (origin
               (method url-fetch)
               (uri (sqlite-uri version 2024))
               (sha256
                (base32
-                "02lssjiwyvsrr80rp62n0msds0f7hq5y4lbni74k4nbs3f22g76d"))))))
+                "0zbs853s8ly693qdg0l7vs4shwn3plmvdczr2s478wsj6dxnm3kg"))))))

base-commit: 30f0faafc4b1cb092d50b58b38db7435c8dbcfeb
-- 
2.34.1





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

* [bug#71511] [PATCH v2 0/2] *** sqlite-next update with dependency ***
  2024-06-12 10:44 [bug#71511] [PATCH] gnu: sqlite-next: Update to 3.46.0 Andy Tai
@ 2024-06-16 14:48 ` Andy Tai
  2024-06-16 14:48   ` [bug#71511] [PATCH v2 1/2] gnu: sqlite-next: Update to 3.46.0 Andy Tai
                     ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Andy Tai @ 2024-06-16 14:48 UTC (permalink / raw)
  To: 71511; +Cc: Andy Tai

*** sqlite-next update with dependency build fix, via update of that ***

Andy Tai (2):
  gnu: sqlite-next: Update to 3.46.0.
  gnu: python-apsw: Update to 3.46.0.0.

 gnu/packages/databases.scm | 4 ++--
 gnu/packages/sqlite.scm    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)


base-commit: 612e4dd98f7d1d015e405af9d029bede3fe3c280
-- 
2.45.1





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

* [bug#71511] [PATCH v2 1/2] gnu: sqlite-next: Update to 3.46.0.
  2024-06-16 14:48 ` [bug#71511] [PATCH v2 0/2] *** sqlite-next update with dependency *** Andy Tai
@ 2024-06-16 14:48   ` Andy Tai
  2024-06-16 14:48   ` [bug#71511] [PATCH v2 2/2] gnu: python-apsw: Update to 3.46.0.0 Andy Tai
  2024-06-22 16:58   ` bug#71511: [PATCH v2 0/2] *** sqlite-next update with dependency *** Christopher Baines
  2 siblings, 0 replies; 5+ messages in thread
From: Andy Tai @ 2024-06-16 14:48 UTC (permalink / raw)
  To: 71511; +Cc: Andy Tai

* gnu/packages/sqlite.scm (sqlite-next): Update to 3.46.0.

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

diff --git a/gnu/packages/sqlite.scm b/gnu/packages/sqlite.scm
index c51837d410..dd21db0921 100644
--- a/gnu/packages/sqlite.scm
+++ b/gnu/packages/sqlite.scm
@@ -116,10 +116,10 @@ (define-public sqlite
 (define-public sqlite-next
   (package
     (inherit sqlite)
-    (version "3.45.1")
+    (version "3.46.0")
     (source (origin
               (method url-fetch)
               (uri (sqlite-uri version 2024))
               (sha256
                (base32
-                "02lssjiwyvsrr80rp62n0msds0f7hq5y4lbni74k4nbs3f22g76d"))))))
+                "0zbs853s8ly693qdg0l7vs4shwn3plmvdczr2s478wsj6dxnm3kg"))))))
-- 
2.45.1





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

* [bug#71511] [PATCH v2 2/2] gnu: python-apsw: Update to 3.46.0.0.
  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
  2024-06-22 16:58   ` bug#71511: [PATCH v2 0/2] *** sqlite-next update with dependency *** Christopher Baines
  2 siblings, 0 replies; 5+ messages in thread
From: Andy Tai @ 2024-06-16 14:48 UTC (permalink / raw)
  To: 71511; +Cc: Andy Tai

* 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





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

* bug#71511: [PATCH v2 0/2] *** sqlite-next update with dependency ***
  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   ` [bug#71511] [PATCH v2 2/2] gnu: python-apsw: Update to 3.46.0.0 Andy Tai
@ 2024-06-22 16:58   ` Christopher Baines
  2 siblings, 0 replies; 5+ messages in thread
From: Christopher Baines @ 2024-06-22 16:58 UTC (permalink / raw)
  To: Andy Tai; +Cc: 71511-done

[-- Attachment #1: Type: text/plain, Size: 446 bytes --]

Andy Tai <atai@atai.org> writes:

> *** sqlite-next update with dependency build fix, via update of that ***
>
> Andy Tai (2):
>   gnu: sqlite-next: Update to 3.46.0.
>   gnu: python-apsw: Update to 3.46.0.0.
>
>  gnu/packages/databases.scm | 4 ++--
>  gnu/packages/sqlite.scm    | 4 ++--
>  2 files changed, 4 insertions(+), 4 deletions(-)

Thanks for the patches, I've pushed these to master as
b44692a233c4146d5f1a2923dda9cdb08917979a.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

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

end of thread, other threads:[~2024-06-22 17:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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   ` [bug#71511] [PATCH v2 2/2] gnu: python-apsw: Update to 3.46.0.0 Andy Tai
2024-06-22 16:58   ` bug#71511: [PATCH v2 0/2] *** sqlite-next update with dependency *** Christopher Baines

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.