python311Packages.pathlib-abc: 0.1.1 -> 0.2.0

This commit is contained in:
R. Ryantm 2024-03-26 19:46:38 +00:00
parent d50918bc1c
commit c0aa438ed1

View File

@ -8,7 +8,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pathlib-abc"; pname = "pathlib-abc";
version = "0.1.1"; version = "0.2.0";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
@ -16,7 +16,7 @@ buildPythonPackage rec {
src = fetchPypi { src = fetchPypi {
pname = "pathlib_abc"; pname = "pathlib_abc";
inherit version; inherit version;
hash = "sha256-CE573ZGbD3d0kUqeZM2GobOYYPgfeB3XJCWGMfKRWr4="; hash = "sha256-ua9rOf1RMhSFZ47DgD0KEeAqIuhp6AUsrLbo9l3nuGI=";
}; };
build-system = [ build-system = [