python: pytest-fixture-config: 1.3.0 -> 1.4.0

This commit is contained in:
Frederik Rietdijk 2019-02-14 08:37:27 +01:00
parent 3ebdd0b341
commit 321a04ba5c
1 changed files with 2 additions and 2 deletions

View File

@ -3,11 +3,11 @@
buildPythonPackage rec {
pname = "pytest-fixture-config";
version = "1.3.0";
version = "1.4.0";
src = fetchPypi {
inherit pname version;
sha256 = "1717cd7d2233943cae9af419c6e31dca5e40d5de01ef0bcfd5cd06f37548db08";
sha256 = "839d70343c87d6dda5bca88e3ab06e7b2027998dc1ec452c14d50be5725180a3";
};
nativeBuildInputs = [ setuptools-git ];