Merge pull request #276076 from r-ryantm/auto-update/python310Packages.sqlite-utils

python310Packages.sqlite-utils: 3.35.2 -> 3.36

authored by

Mario Rodas and committed by
GitHub
426cbd76 35fadb1e

+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.35.2"; 20 + version = "3.36"; 21 21 format = "setuptools"; 22 22 23 23 disabled = pythonOlder "3.7"; 24 24 25 25 src = fetchPypi { 26 26 inherit pname version; 27 - hash = "sha256-WQsUrSd5FMs/x9XiVHZIR/rNqqI8e6/YXsk4dPb0IUM="; 27 + hash = "sha256-3MMROU/obcFvZQN7AHXiOO/P0uEuZdU+0ZaVRQKZbzw="; 28 28 }; 29 29 30 30 postPatch = ''