lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

python312Packages.pathlib-abc: 0.4.1 -> 0.4.3

R. Ryantm bec87814 72d75213

+2 -2
+2 -2
pkgs/development/python-modules/pathlib-abc/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "pathlib-abc"; 12 - version = "0.4.1"; 12 + version = "0.4.3"; 13 13 pyproject = true; 14 14 15 15 disabled = pythonOlder "3.8"; ··· 17 17 src = fetchPypi { 18 18 pname = "pathlib_abc"; 19 19 inherit version; 20 - hash = "sha256-5mq5oqnMt51os9aVOc9lRs2jSlr+U7tiKqVricW7/LM="; 20 + hash = "sha256-zJs6N10psy0KVxRa2c5fNAqySXKf9+0TC8fi29RcrQs="; 21 21 }; 22 22 23 23 build-system = [ hatchling ];