python312Packages.pathlib-abc: 0.4.1 -> 0.4.3 (#403359)

This commit is contained in:
Nick Cao
2025-05-01 16:24:32 -04:00
committed by GitHub
@@ -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 ];