Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python3Packages.pytest-httpx: 0.11.0 -> 0.12.0

authored by Fabian Affolter and committed by Martin Weinelt e2a49cea 0441e9c9

+2 -2
+2 -2
pkgs/development/python-modules/pytest-httpx/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "pytest-httpx"; 12 - version = "0.11.0"; 12 + version = "0.12.0"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "Colin-b"; 16 16 repo = "pytest_httpx"; 17 17 rev = "v${version}"; 18 - sha256 = "08idd3y6khxjqkn46diqvkjvsl4w4pxhl6z1hspbkrj0pqwf9isi"; 18 + sha256 = "sha256-Awhsm8jmoCZTBnfrrauLxAEKtpxTzjPMXmx7HR0f/g4="; 19 19 }; 20 20 21 21 buildInputs = [ pytest ];