python312Packages.respx: 0.21.0 -> 0.21.1

https://github.com/lundberg/respx/blob/0.21.1/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2024-06-24 12:18:35 +02:00
parent a09d93608c
commit f5c6282f8e
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "respx";
version = "0.21.0";
version = "0.21.1";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "lundberg";
repo = "respx";
rev = version;
hash = "sha256-fjZ5JMWOZUnDLTdIexhnB5ZVYJOVUGraxNpDpB9ZrAU=";
hash = "sha256-sBb9HPvX+AKJUMWBME381F2amYdQmBiM8OguGW3lFG0=";
};
postPatch = ''