sqlite-utils: 3.37 -> 3.38

This commit is contained in:
R. Ryantm 2024-11-24 09:10:27 +00:00
parent 21b0706dad
commit a91beb2d34

View File

@ -17,7 +17,7 @@
}: }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "sqlite-utils"; pname = "sqlite-utils";
version = "3.37"; version = "3.38";
pyproject = true; pyproject = true;
build-system = [ setuptools ]; build-system = [ setuptools ];
@ -27,7 +27,7 @@ buildPythonPackage rec {
src = fetchPypi { src = fetchPypi {
inherit version; inherit version;
pname = "sqlite_utils"; pname = "sqlite_utils";
hash = "sha256-VCpxAz1OeTb+kJIwrJeU0+IAAhg4q2Pbrzzo9bwic6Q="; hash = "sha256-Gud7kxOEBSIFoVR41ClGT2xno6w7Tq/TxnSskA9iOqs=";
}; };
dependencies = [ dependencies = [