mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-sqlite-utils: Update to 3.38.
* gnu/packages/databases.scm (python-sqlite-utils): Update to 3.38. Change-Id: I16347a6b1cb6326d5aaad03a72c3d626477f9280 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
f8604a42dc
commit
65b9bf2647
1 changed files with 2 additions and 2 deletions
|
@ -4110,7 +4110,7 @@ text search extension.")
|
||||||
(define-public python-sqlite-utils
|
(define-public python-sqlite-utils
|
||||||
(package
|
(package
|
||||||
(name "python-sqlite-utils")
|
(name "python-sqlite-utils")
|
||||||
(version "3.32.1")
|
(version "3.38")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch) ;for tests
|
(method git-fetch) ;for tests
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -4119,7 +4119,7 @@ text search extension.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1qf9zwn9gdkx8825klicwkw8zj5wpidd8csdhjxvybq56nkgnrpm"))))
|
"1rai8rbw5drxppypyl3r8j9gr12278h3snkj7l280zkskbxxh7hf"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:phases #~(modify-phases %standard-phases
|
(list #:phases #~(modify-phases %standard-phases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue