python: path.py: 11.5.0 -> 11.5.2
This commit is contained in:
parent
08044d4891
commit
6f4bb6c636
@ -13,11 +13,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "path.py";
|
||||
version = "11.5.0";
|
||||
version = "11.5.2";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "b6687a532a735a2d79a13e92bdb31cb0971abe936ea0fa78bcb47faf4372b3cb";
|
||||
sha256 = "de7cd643affbc23e56533a6e8d551ecdee4983501a08c24e4e71565202d8cdaa";
|
||||
};
|
||||
|
||||
checkInputs = [ pytest pytest-flake8 glibcLocales packaging ];
|
||||
|
Loading…
Reference in New Issue
Block a user