3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.pytest-datafiles: 2.0 -> 2.0.1

This commit is contained in:
R. Ryantm 2022-05-02 10:30:56 +00:00 committed by Jonathan Ringer
parent 8479f4a317
commit d5de6ac75e

View file

@ -2,10 +2,10 @@
buildPythonPackage rec {
pname = "pytest-datafiles";
version = "2.0";
version = "2.0.1";
src = fetchPypi {
inherit version pname;
sha256 = "1yfvaqbqvjfikz215kwn6qiwwn9girka93zq4jphgfyvn75jjcql";
sha256 = "sha256-b2VY0qbny95xT2JBHOhOXALM0ZW9elAmO/3YiL5KFUQ=";
};
buildInputs = [ py pytest ];