lol

sqlite-utils: 3.37 -> 3.38

+2 -2
+2 -2
pkgs/development/python-modules/sqlite-utils/default.nix
··· 17 17 }: 18 18 buildPythonPackage rec { 19 19 pname = "sqlite-utils"; 20 - version = "3.37"; 20 + version = "3.38"; 21 21 pyproject = true; 22 22 23 23 build-system = [ setuptools ]; ··· 27 27 src = fetchPypi { 28 28 inherit version; 29 29 pname = "sqlite_utils"; 30 - hash = "sha256-VCpxAz1OeTb+kJIwrJeU0+IAAhg4q2Pbrzzo9bwic6Q="; 30 + hash = "sha256-Gud7kxOEBSIFoVR41ClGT2xno6w7Tq/TxnSskA9iOqs="; 31 31 }; 32 32 33 33 dependencies = [