python36Packages.pytest-datafiles: 1.0 -> 2.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.6-pytest-datafiles/versions
This commit is contained in:
parent
a054d74507
commit
8321ecf4da
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pytest-datafiles";
|
pname = "pytest-datafiles";
|
||||||
version = "1.0";
|
version = "2.0";
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit version pname;
|
inherit version pname;
|
||||||
sha256 = "1w5435b5pimk6479ml53lmld3qbag7awcg4gl3ljdywc1v096r5v";
|
sha256 = "1yfvaqbqvjfikz215kwn6qiwwn9girka93zq4jphgfyvn75jjcql";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ py pytest ];
|
buildInputs = [ py pytest ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user