Merge branch 'staging' into core-updates

This commit is contained in:
Marius Bakke 2022-09-08 21:12:52 +02:00
commit 884548b476
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA
183 changed files with 218088 additions and 201841 deletions

View file

@ -108,3 +108,15 @@ 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)))
;; 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"))))))