mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.pytest-django: 4.11.1 -> 4.12.0
Changelog: https://github.com/pytest-dev/pytest-django/blob/v4.12.0/docs/changelog.rst
This commit is contained in:
parent
6f7dde8641
commit
f9831ac04c
1 changed files with 2 additions and 2 deletions
|
|
@ -12,13 +12,13 @@
|
|||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "pytest-django";
|
||||
version = "4.11.1";
|
||||
version = "4.12.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "pytest_django";
|
||||
inherit (finalAttrs) version;
|
||||
hash = "sha256-qUkUGh7hA8sOeiDxRR01X4P15KXQe91Nz90f0P8ieZE=";
|
||||
hash = "sha256-35TsgZqDyJecj23hPZzfvnbowh05Rzz+K0DJ/Jvjx1g=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue