Commit 0198606a authored by R. RyanTM's avatar R. RyanTM
Browse files

git-machete: 3.36.4 -> 3.37.0

parent 7521b913
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "git-machete";
  version = "3.36.4";
  version = "3.37.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "virtuslab";
    repo = "git-machete";
    tag = "v${version}";
    hash = "sha256-9xJCwu2TeWsxut6y4VJV6Qou4G81kXcGPHJPrOrsGuc=";
    hash = "sha256-sTeztSdMqTJYBNKnDPnlVHeEIyUodiL6sZiQvyWQBmE=";
  };

  build-system = with python3.pkgs; [ setuptools ];