Merge pull request #134631 from fabaff/bump-pytest-httpx

python3Packages.pytest-httpx: 0.12.0 -> 0.12.1
This commit is contained in:
Fabian Affolter 2021-08-19 23:15:41 +02:00 committed by GitHub
commit 41df750aa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "pytest-httpx";
version = "0.12.0";
version = "0.12.1";
src = fetchFromGitHub {
owner = "Colin-b";
repo = "pytest_httpx";
rev = "v${version}";
sha256 = "sha256-Awhsm8jmoCZTBnfrrauLxAEKtpxTzjPMXmx7HR0f/g4=";
sha256 = "sha256-eyR0h0fW5a+L6QslTnM0TPvQCto06aMcKCE+b8LqHcQ=";
};
buildInputs = [ pytest ];