mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 20:57:12 -05:00
gnu: SQLite: Remove 3.33.
* gnu/packages/sqlite.scm (sqlite-3.33): Remove variable.
This commit is contained in:
parent
467485a50a
commit
dab8fd7ed4
1 changed files with 0 additions and 11 deletions
|
@ -108,14 +108,3 @@ (define-public sqlite
|
|||
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"))))))
|
||||
|
|
Loading…
Reference in a new issue