unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Thanos Apollo <public@thanosapollo.org>
To: 72222@debbugs.gnu.org
Cc: Thanos Apollo <public@thanosapollo.org>,
	Thanos Apollo <public@thanosapollo.org>
Subject: [bug#72222] [PATCH 2/2] gnu: Update sqlite to 3.46.0.
Date: Sun, 21 Jul 2024 10:33:53 +0300	[thread overview]
Message-ID: <b09f26fcbdf1a2681e2d17899e977018216fbe1b.1721547149.git.public@thanosapollo.org> (raw)
In-Reply-To: <97d46672b6ab6f72b8511de54ba967ff023a05b2.1721547149.git.public@thanosapollo.org>

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

Change-Id: I41b6dae752c56cf4b03f2c1c6a40bbe1e7efc1a4
---
 gnu/packages/sqlite.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/sqlite.scm b/gnu/packages/sqlite.scm
index dd21db0921..39253c06c0 100644
--- a/gnu/packages/sqlite.scm
+++ b/gnu/packages/sqlite.scm
@@ -64,14 +64,14 @@ (define (sqlite-uri version year)
 (define-public sqlite
   (package
    (name "sqlite")
-   (version "3.39.3")
+   (version "3.46.0")
    (source (origin
             (method url-fetch)
-            (uri (sqlite-uri version 2022))
+            (uri (sqlite-uri version 2024))
             (patches (search-patches "sqlite-hurd.patch"))
             (sha256
              (base32
-              "1f922kq16g7f4h3gpzim78lvrp5xw9nvlvqw97s2qgxyh8qgns3q"))))
+              "0zbs853s8ly693qdg0l7vs4shwn3plmvdczr2s478wsj6dxnm3kg"))))
    (build-system gnu-build-system)
    (inputs (list readline))
    (outputs '("out" "static"))
-- 
2.45.2





  reply	other threads:[~2024-07-21  7:35 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-21  6:31 [bug#72222] [PATCH] gnu: Update fossil to 2.25 Thanos Apollo
2024-07-21  7:33 ` [bug#72222] [PATCH 1/2] gnu: Update fossil to 2.23 Thanos Apollo
2024-07-21  7:33   ` Thanos Apollo [this message]
2024-07-21  7:40 ` [bug#72222] version 2.25 fails to build Thanos Apollo
2024-08-01 22:30 ` [bug#72222] [PATCH] gnu: Update fossil to 2.25 Ashish SHUKLA via Guix-patches via
2024-08-04  5:19   ` Thanos Apollo via Guix-patches via
2024-08-04 10:13     ` Ashish via Guix-patches via

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=b09f26fcbdf1a2681e2d17899e977018216fbe1b.1721547149.git.public@thanosapollo.org \
    --to=public@thanosapollo.org \
    --cc=72222@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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).