about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-05-26 13:17:43 +0300
committerGitHub <noreply@github.com>2023-05-26 13:17:43 +0300
commit9ad3b968ec45a5ac1798938caae99a91caa5ca6d (patch)
tree8157441449281a8095ef0d42e3eba093800e1b28 /pkgs/development
parent3d63d6d9ec1edbccb7c8bdd7ca683a02865f2716 (diff)
parent81580d40ab77aa7e4ff012713be925ddd88190a2 (diff)
Merge pull request #234173 from r-ryantm/auto-update/sqlite-utils
sqlite-utils: 3.31 -> 3.32.1
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/sqlite-utils/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/sqlite-utils/default.nix b/pkgs/development/python-modules/sqlite-utils/default.nix
index 29223b6352481..db77142a848a7 100644
--- a/pkgs/development/python-modules/sqlite-utils/default.nix
+++ b/pkgs/development/python-modules/sqlite-utils/default.nix
@@ -14,14 +14,14 @@
 
 buildPythonPackage rec {
   pname = "sqlite-utils";
-  version = "3.31";
+  version = "3.32.1";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-VJifPQntEh+d+Xgx0EFziuSHcdPKhQCJRvG8GIQQmoo=";
+    hash = "sha256-bCj+Mvzr1lihaR3t+k0RFJmtMCzAE5xaWJOlkNRhhIo=";
   };
 
   postPatch = ''