python3Packages.sqlite-utils: 3.39 -> 4.1.1

This commit is contained in:
R. Ryantm
2026-07-14 03:14:22 +00:00
committed by Lein Matsumaru
parent 8f88f1d521
commit acb6a16f2b
@@ -17,7 +17,7 @@
}:
buildPythonPackage rec {
pname = "sqlite-utils";
version = "3.39";
version = "4.1.1";
pyproject = true;
build-system = [ setuptools ];
@@ -25,7 +25,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit version;
pname = "sqlite_utils";
hash = "sha256-v6Lqwps+PrXJZHKDeXUn/rz079Spu7Mdl5oUoR75280=";
hash = "sha256-z5fmILOUDNVByukRfMJK+WGm2kJhif22YvIPGVC6H0k=";
};
dependencies = [