forked from mirrors/nixpkgs
python3Packages.respx: 0.20.0 -> 0.20.1
Diff: https://github.com/lundberg/respx/compare/0.20.0...0.20.1 Changelog: https://github.com/lundberg/respx/blob/0.20.1/CHANGELOG.md
This commit is contained in:
parent
bf81ac4bc6
commit
be56593f78
|
@ -12,13 +12,13 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "respx";
|
||||
version = "0.20.0";
|
||||
version = "0.20.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "lundberg";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "sha256-xb5jb+l6wA1v/r2yGUB6IuUVXIaTc+3O/w5xn/+A74o=";
|
||||
sha256 = "sha256-Qs3+NWMKiAFlKTTosdyHOxWRPKFlYQD20+MKiKR371U=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue