python3Packages.pathlib-abc: 0.4.3 -> 0.5.0 (#430895)

authored by Nick Cao and committed by GitHub fcd7a181 15375947

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