diff options
author | Felix Gruber <felgru@posteo.net> | 2025-01-25 16:54:21 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-01-25 22:18:08 +0000 |
commit | 65b9bf26472ac65be403a4722a565b8e49d0779b (patch) | |
tree | c680adf14e0a394dbfdee7c53c1d146ceb7dc4d3 | |
parent | f8604a42dcb96d99c701661564cea5912248a28d (diff) |
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>
-rw-r--r-- | gnu/packages/databases.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index a758f9924e..edcf536f7d 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -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 |