python3Packages.pytest-describe: 3.1.0 -> 3.2.0

https://github.com/pytest-dev/pytest-describe/releases/tag/3.2.0
This commit is contained in:
Martin Weinelt 2026-06-15 15:49:19 +02:00
commit 81edfa0080
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -15,7 +15,7 @@
let
pname = "pytest-describe";
version = "3.1.0";
version = "3.2.0";
in
buildPythonPackage {
inherit pname version;
@ -25,7 +25,7 @@ buildPythonPackage {
owner = "pytest-dev";
repo = "pytest-describe";
tag = version;
hash = "sha256-ygrZwd1cO9arekdzqn5Axjz4i9Q0QKFA/OS6QSIvP9Y=";
hash = "sha256-nvTINE3QtV2pCKD/aixYDSO2ryW1uYDv55FLOMP7Vlc=";
};
postPatch = ''