Commit e02c7adc authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.giturlparse: 0.12.0 -> 0.14.0

parent 106ab26a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [