python: path.py: 11.5.0 -> 11.5.2

This commit is contained in:
Frederik Rietdijk 2019-04-16 19:15:38 +02:00
parent 08044d4891
commit 6f4bb6c636

View File

@ -13,11 +13,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "path.py"; pname = "path.py";
version = "11.5.0"; version = "11.5.2";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "b6687a532a735a2d79a13e92bdb31cb0971abe936ea0fa78bcb47faf4372b3cb"; sha256 = "de7cd643affbc23e56533a6e8d551ecdee4983501a08c24e4e71565202d8cdaa";
}; };
checkInputs = [ pytest pytest-flake8 glibcLocales packaging ]; checkInputs = [ pytest pytest-flake8 glibcLocales packaging ];