3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.pytest-django: 4.4.0 -> 4.5.1

This commit is contained in:
Jonathan Ringer 2021-12-07 00:56:20 -08:00
parent 37b4c7852a
commit d9fdc76c4e
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -10,11 +10,11 @@
}:
buildPythonPackage rec {
pname = "pytest-django";
version = "4.4.0";
version = "4.5.1";
src = fetchPypi {
inherit pname version;
sha256 = "b5171e3798bf7e3fc5ea7072fe87324db67a4dd9f1192b037fed4cc3c1b7f455";
sha256 = "01fe1242e706375d7c942d206a30826bd9c0dffde99bfac627050cdc91f0d792";
};
nativeBuildInputs = [ pytest setuptools-scm ];