python3Packages.pathlib-abc: 0.1.1 -> 0.2.0

https://github.com/barneygale/pathlib-abc/blob/0.2.0/CHANGES.rst
This commit is contained in:
Martin Weinelt 2024-04-18 21:48:28 +02:00
parent 052545579a
commit e76c20179d
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

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