python3Packages.giturlparse: 0.12.0 -> 0.14.0 (#454897)

This commit is contained in:
Nick Cao
2025-10-24 20:29:21 +00:00
committed by GitHub
@@ -7,14 +7,14 @@
}:
buildPythonPackage rec {
pname = "giturlparse";
version = "0.12.0";
version = "0.14.0";
pyproject = true;
src = fetchFromGitHub {
owner = "nephila";
repo = "giturlparse";
tag = version;
hash = "sha256-VqlsqMLwOtaciBWXphmFAMwtfkWBBNaL1Sdcc8Ltq7k=";
hash = "sha256-KBJVsg3xpy4WkXlkP+eNTJpGIpZhPI4TwD5/0eCbTL0=";
};
build-system = [