python3Packages.pathable: 0.4.4 -> 0.5.0

Diff: https://github.com/p1c2u/pathable/compare/0.4.4...0.5.0

Changelog: https://github.com/p1c2u/pathable/releases/tag/0.5.0
This commit is contained in:
Robert Schütz
2026-03-15 11:25:29 -07:00
parent 28713d9f7c
commit 923a023d8d
@@ -9,17 +9,17 @@
buildPythonPackage rec {
pname = "pathable";
version = "0.4.4";
version = "0.5.0";
pyproject = true;
src = fetchFromGitHub {
owner = "p1c2u";
repo = "pathable";
tag = version;
hash = "sha256-nN5jpI0Zi5ofdSuN9QbTHDXPmQRq9KAn8SoHuNDpZaw=";
hash = "sha256-D3TYVMcKXPA6fmy2JND5o8ja3Rk8Ne17Sxm4+fLw3Dw=";
};
nativeBuildInputs = [ poetry-core ];
build-system = [ poetry-core ];
nativeCheckInputs = [
pytestCheckHook