nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #230209 from fabaff/types-requests-bump

python311Packages.types-requests: 2.28.11.17 -> 2.30.0.0

authored by

Fabian Affolter and committed by
GitHub
723dcc0a eea16fdc

+2 -2
+2 -2
pkgs/development/python-modules/types-requests/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "types-requests"; 9 - version = "2.28.11.17"; 9 + version = "2.30.0.0"; 10 10 format = "setuptools"; 11 11 12 12 src = fetchPypi { 13 13 inherit pname version; 14 - hash = "sha256-DVgGUs6QP2Q/jDtJTdAdKTZ+pXzqDHrX9lzzFpCS7bA="; 14 + hash = "sha256-3seBBUMkpwumRDCunmLn6cjkYYwYWlyz+HpnOCUbWjE="; 15 15 }; 16 16 17 17 propagatedBuildInputs = [