python3Packages.pathable: 0.5.0 -> 0.6.0

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

Changelog: https://github.com/p1c2u/pathable/releases/tag/0.6.0
This commit is contained in:
Robert Schütz 2026-05-20 22:09:25 -07:00 committed by Martin Weinelt
commit 7add03ebc9

View file

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "pathable";
version = "0.5.0";
version = "0.6.0";
pyproject = true;
src = fetchFromGitHub {
owner = "p1c2u";
repo = "pathable";
tag = version;
hash = "sha256-D3TYVMcKXPA6fmy2JND5o8ja3Rk8Ne17Sxm4+fLw3Dw=";
hash = "sha256-DjIn+hXZvx4tKyzQlWPwIxHD8vWy/jEvhdFY6HC+sdo=";
};
build-system = [ poetry-core ];