mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
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:
parent
81f9403c1e
commit
81edfa0080
1 changed files with 2 additions and 2 deletions
|
|
@ -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 = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue