0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

python: pytest-shutil: 1.3.0 -> 1.6.0

This commit is contained in:
Frederik Rietdijk 2019-02-14 08:37:28 +01:00
parent d29b599e0d
commit 53d8462684

View file

@ -4,11 +4,11 @@
buildPythonPackage rec {
pname = "pytest-shutil";
version = "1.3.0";
version = "1.6.0";
src = fetchPypi {
inherit pname version;
sha256 = "2cfe4d3f5f25ad2b19e64847d62563f5494b2e0450ca1cfc5940974029b2cbd1";
sha256 = "efe615b7709637ec8828abebee7fc2ad033ae0f1fc54145f769a8b5e8cc3b4ca";
};
buildInputs = [ cmdline pytest ];