Merge pull request #289671 from r-ryantm/auto-update/python312Packages.requests-cache

python312Packages.requests-cache: 1.1.1 -> 1.2.0

authored by Nick Cao and committed by GitHub 82e5bc1a ec0b9c96

+4 -4
+4 -4
pkgs/development/python-modules/requests-cache/default.nix
··· 31 31 32 32 buildPythonPackage rec { 33 33 pname = "requests-cache"; 34 - version = "1.1.1"; 35 - format = "pyproject"; 34 + version = "1.2.0"; 35 + pyproject = true; 36 36 37 - disabled = pythonOlder "3.7"; 37 + disabled = pythonOlder "3.8"; 38 38 39 39 src = fetchFromGitHub { 40 40 owner = "requests-cache"; 41 41 repo = "requests-cache"; 42 42 rev = "refs/tags/v${version}"; 43 - hash = "sha256-0KBx6nplD/l8GZfMbyUtgHj2e4/vH9EAgdyNFm+kPyM="; 43 + hash = "sha256-w1ptKi/MH3kGZxLMUNq/Gs6btGx+n2fG4nfQUXCXmiY="; 44 44 }; 45 45 46 46 nativeBuildInputs = [