[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/08: gnu: SQLite: Remove 3.33.
From: |
guix-commits |
Subject: |
02/08: gnu: SQLite: Remove 3.33. |
Date: |
Mon, 13 Dec 2021 17:33:54 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit dab8fd7ed41c225c858689627eaabf38c2248f54
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Dec 13 16:40:54 2021 +0100
gnu: SQLite: Remove 3.33.
* gnu/packages/sqlite.scm (sqlite-3.33): Remove variable.
---
gnu/packages/sqlite.scm | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/gnu/packages/sqlite.scm b/gnu/packages/sqlite.scm
index f035676..2ed0f26 100644
--- a/gnu/packages/sqlite.scm
+++ b/gnu/packages/sqlite.scm
@@ -108,14 +108,3 @@ zero-configuration, transactional SQL database engine.
SQLite is the most
widely deployed SQL database engine in the world. The source code for SQLite
is in the public domain.")
(license license:public-domain)))
-
-(define-public sqlite-3.33
- (package
- (inherit sqlite)
- (version "3.33.0")
- (source (origin
- (method url-fetch)
- (uri (sqlite-uri version 2020))
- (sha256
- (base32
- "0rlbaq177gcgk5dswd3akbhv2nvvzljrbhgy18hklbhw7h90f5d3"))))))
- branch master updated (6dffced -> 95447b2), guix-commits, 2021/12/13
- 01/08: gnu: Remove superfluous "linux-libre-headers" inputs., guix-commits, 2021/12/13
- 02/08: gnu: SQLite: Remove 3.33.,
guix-commits <=
- 03/08: gnu: SQLite. Add 3.37., guix-commits, 2021/12/13
- 04/08: gnu: fossil: Update to 2.17., guix-commits, 2021/12/13
- 07/08: gnu: python-dask: Remove bundled versioneer., guix-commits, 2021/12/13
- 06/08: gnu: python-versioneer: Add support for Guix build directories., guix-commits, 2021/12/13
- 05/08: gnu: python-versioneer: Update to 0.21., guix-commits, 2021/12/13
- 08/08: gnu: python-distributed: Update to 2021.11.2., guix-commits, 2021/12/13