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:
Felix Gruber 2025-01-25 16:54:21 +00:00 committed by Sharlatan Hellseher
parent f8604a42dc
commit 65b9bf2647
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -4110,7 +4110,7 @@ text search extension.")
(define-public python-sqlite-utils
(package
(name "python-sqlite-utils")
(version "3.32.1")
(version "3.38")
(source (origin
(method git-fetch) ;for tests
(uri (git-reference
@ -4119,7 +4119,7 @@ text search extension.")
(file-name (git-file-name name version))
(sha256
(base32
"1qf9zwn9gdkx8825klicwkw8zj5wpidd8csdhjxvybq56nkgnrpm"))))
"1rai8rbw5drxppypyl3r8j9gr12278h3snkj7l280zkskbxxh7hf"))))
(build-system pyproject-build-system)
(arguments
(list #:phases #~(modify-phases %standard-phases