[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
25/27: gnu: SQLite: Update to 3.39.3.
From: |
guix-commits |
Subject: |
25/27: gnu: SQLite: Update to 3.39.3. |
Date: |
Fri, 9 Sep 2022 11:08:16 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 9ad392fc7fbaf1cbb9025c11d914d5454bf83847
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Sep 8 21:49:21 2022 +0200
gnu: SQLite: Update to 3.39.3.
* gnu/packages/sqlite.scm (sqlite): Update to 3.39.3.
(sqlite-next): Remove variable.
---
gnu/packages/sqlite.scm | 18 +++++-------------
1 file changed, 5 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/sqlite.scm b/gnu/packages/sqlite.scm
index 218ce65741..eadb76e8b0 100644
--- a/gnu/packages/sqlite.scm
+++ b/gnu/packages/sqlite.scm
@@ -37,6 +37,7 @@
#:use-module (guix download)
#:use-module (guix build-system gnu)
#:use-module (guix utils)
+ #:use-module (guix deprecation)
#:use-module (ice-9 match)
#:use-module (srfi srfi-26))
@@ -61,14 +62,14 @@
(define-public sqlite
(package
(name "sqlite")
- (version "3.39.2")
+ (version "3.39.3")
(source (origin
(method url-fetch)
(uri (sqlite-uri version 2022))
(patches (search-patches "sqlite-hurd.patch"))
(sha256
(base32
- "1pirla4d1z1lzkp3pgw3sbzmmamp01sgzfz0rr3vl5rs32kfhaw5"))))
+ "1f922kq16g7f4h3gpzim78lvrp5xw9nvlvqw97s2qgxyh8qgns3q"))))
(build-system gnu-build-system)
(inputs (list readline))
(outputs '("out" "static"))
@@ -109,14 +110,5 @@ widely deployed SQL database engine in the world. The
source code for SQLite
is in the public domain.")
(license license:public-domain)))
-;; Newer version required for e.g. fossil.
-(define-public sqlite-next
- (package
- (inherit sqlite)
- (version "3.39.3")
- (source (origin
- (method url-fetch)
- (uri (sqlite-uri version 2022))
- (sha256
- (base32
- "1f922kq16g7f4h3gpzim78lvrp5xw9nvlvqw97s2qgxyh8qgns3q"))))))
+(define-deprecated sqlite-next sqlite)
+(export sqlite-next)
- 10/27: gnu: python-hypothesis: Update to 6.54.5., (continued)
- 10/27: gnu: python-hypothesis: Update to 6.54.5., guix-commits, 2022/09/09
- 13/27: gnu: python-coverage: Update to 6.4.3., guix-commits, 2022/09/09
- 12/27: gnu: python-pytest: Use G-expression., guix-commits, 2022/09/09
- 03/27: gnu: gjs: Update to 1.73.2., guix-commits, 2022/09/09
- 04/27: gnu: serf: Build with the default scons., guix-commits, 2022/09/09
- 18/27: gnu: Remove python-pytest-forked-next., guix-commits, 2022/09/09
- 21/27: gnu: python-pytest-mock: Update to 3.8.2., guix-commits, 2022/09/09
- 07/27: gnu: python-pytest: Update to 7.1.3., guix-commits, 2022/09/09
- 16/27: gnu: python-pytest-xdist: Add extra test input, don't propagate pytest., guix-commits, 2022/09/09
- 17/27: gnu: Remove python-pytest-xdist-next., guix-commits, 2022/09/09
- 25/27: gnu: SQLite: Update to 3.39.3.,
guix-commits <=
- 19/27: gnu: python-fonttools: Update to 4.37.1., guix-commits, 2022/09/09
- 20/27: gnu: python-parameterized: Update to 0.8.1., guix-commits, 2022/09/09
- 08/27: gnu: python-distlib: Update to 0.3.5., guix-commits, 2022/09/09
- 06/27: gnu: python-pytest: Remove input labels., guix-commits, 2022/09/09
- 26/27: gnu: autotrace: Update to 0.31.9., guix-commits, 2022/09/09
- 15/27: gnu: python-pyfakefs: Update to 4.6.3., guix-commits, 2022/09/09
- 23/27: gnu: python-pygobject: Update to 3.42.2., guix-commits, 2022/09/09
- 11/27: gnu: Deprecate the 'python-pytest-6' variable., guix-commits, 2022/09/09
- 05/27: gnu: python-sortedcontainers: Update to 2.4.0., guix-commits, 2022/09/09
- 14/27: gnu: python-py: Update to 1.11.0., guix-commits, 2022/09/09