Commit 80363bfd authored by R. RyanTM's avatar R. RyanTM
Browse files

git-machete: 3.36.0 -> 3.36.1

parent 686386f4
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.0";
  version = "3.36.1";
  format = "pyproject";

  src = fetchFromGitHub {
    owner = "virtuslab";
    repo = "git-machete";
    rev = "v${version}";
    hash = "sha256-iSuOiQC+dKqcDCS4nTPMrNFpo3ipPUQhfoofM11UInI=";
    hash = "sha256-uVzER0Ll7d5cFrwtr1KcWeI70iioHDE6kpZYAiOxPnE=";
  };

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