python3Packages.respx: 0.17.1 -> 0.19.0

This commit is contained in:
Fabian Affolter 2021-11-29 21:22:18 +01:00 committed by Jonathan Ringer
parent d7c38ae221
commit 63185324b9
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -12,13 +12,13 @@
buildPythonPackage rec {
pname = "respx";
version = "0.17.1";
version = "0.19.0";
src = fetchFromGitHub {
owner = "lundberg";
repo = pname;
rev = version;
sha256 = "0w8idh6l2iq04ydz7r2qisq9jsxq8wszkx97kx4g3yjwg4ypvc6k";
sha256 = "sha256-xiAt42kc1+rro99KMwzYKi3XC+wxYVqOY11tM+M/uV8=";
};
propagatedBuildInputs = [