python3Packages.giturlparse: 0.14.0 -> 0.15.0

This commit is contained in:
R. Ryantm
2026-06-23 17:20:09 +00:00
parent e051f70d7a
commit 132103ae96
@@ -7,14 +7,14 @@
}:
buildPythonPackage rec {
pname = "giturlparse";
version = "0.14.0";
version = "0.15.0";
pyproject = true;
src = fetchFromGitHub {
owner = "nephila";
repo = "giturlparse";
tag = version;
hash = "sha256-KBJVsg3xpy4WkXlkP+eNTJpGIpZhPI4TwD5/0eCbTL0=";
hash = "sha256-EGhmWudQjzqw8xK/pIj5nZqosBX2lnYEgNRNQ/ePEmo=";
};
build-system = [