diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2022-01-27 15:22:16 +0000 |
|---|---|---|
| committer | Jonathan Ringer <jonringer@users.noreply.github.com> | 2022-01-27 12:25:20 -0800 |
| commit | f329ced6f2fac212e341d00a6ff08502b36e7f8d (patch) | |
| tree | 7613c3865b3f764ee8f7a6870e729fab6e8698fc /pkgs/development/python-modules/sqlite-utils | |
| parent | 1b12139305b2db98dc8f2326ae75003645530d40 (diff) | |
python310Packages.sqlite-utils: 3.22 -> 3.22.1
Diffstat (limited to 'pkgs/development/python-modules/sqlite-utils')
| -rw-r--r-- | pkgs/development/python-modules/sqlite-utils/default.nix | 4 |
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 5247850173ed..362b6dadd028 100644 --- a/pkgs/development/python-modules/sqlite-utils/default.nix +++ b/pkgs/development/python-modules/sqlite-utils/default.nix @@ -14,12 +14,12 @@ buildPythonPackage rec { pname = "sqlite-utils"; - version = "3.22"; + version = "3.22.1"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - sha256 = "24803ea4d63e2123d2040db2da43fea95fabada80e1af1fe1da69643ae376689"; + sha256 = "35ebb4f7e2b09f1818b36e7da6dc62f1ca57e2c0d99a9cbc8151e634d75a7906"; }; propagatedBuildInputs = [ |
