python3Packages.pathlib-abc: 0.4.3 -> 0.5.0

This commit is contained in:
R. Ryantm
2025-08-04 11:23:07 +00:00
parent 114484ca72
commit ba6999abb6
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "pathlib-abc";
version = "0.4.3";
version = "0.5.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "pathlib_abc";
inherit version;
hash = "sha256-zJs6N10psy0KVxRa2c5fNAqySXKf9+0TC8fi29RcrQs=";
hash = "sha256-RpyeVALG0wB9EcQGLrZlEwCkJdZwyRO0vEvXgZnOwsM=";
};
build-system = [ hatchling ];