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

This commit is contained in:
Frederik Rietdijk 2018-04-04 20:15:16 +02:00
parent 53fec0708a
commit 9f19c32377

View File

@ -3,11 +3,11 @@
buildPythonPackage rec {
pname = "pytest-fixture-config";
version = "1.0.1";
version = "1.3.0";
src = fetchPypi {
inherit pname version;
sha256 = "1dpdf36hpkfhgmca4rwmf0vnzz7xqbiw479v11zp12pq4p5w2z3x";
sha256 = "1717cd7d2233943cae9af419c6e31dca5e40d5de01ef0bcfd5cd06f37548db08";
};
buildInputs = [ pytest ];