python312Packages.pathlib-abc: 0.4.1 -> 0.4.3

This commit is contained in:
R. Ryantm
2025-05-01 17:01:57 +00:00
parent 72d7521374
commit bec8781463

View File

@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "pathlib-abc";
version = "0.4.1";
version = "0.4.3";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "pathlib_abc";
inherit version;
hash = "sha256-5mq5oqnMt51os9aVOc9lRs2jSlr+U7tiKqVricW7/LM=";
hash = "sha256-zJs6N10psy0KVxRa2c5fNAqySXKf9+0TC8fi29RcrQs=";
};
build-system = [ hatchling ];