Revert "python311Packages.pathlib-abc: 0.1.1 -> 0.2.0"

This commit is contained in:
Martin Weinelt 2024-03-28 17:17:10 +01:00 committed by GitHub
parent 0da20e2b84
commit 47f877d41e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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