sqlite-utils: 3.23 -> 3.24

This commit is contained in:
R. Ryantm 2022-02-16 21:26:08 +00:00 committed by Jonathan Ringer
parent b030dbef03
commit 9c00169656

View File

@ -14,12 +14,12 @@
buildPythonPackage rec {
pname = "sqlite-utils";
version = "3.23";
version = "3.24";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-BNlOP/gWDERh4Rzth5zjeghHr7ozyAGeRJxoeE6baWY=";
sha256 = "sha256-0bkvh1L+HqyH5/GKaw4J+OPJ/yR882JgWI4vBH6v0lM=";
};
propagatedBuildInputs = [