Unverified Commit 20fe82c9 authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

git-machete: 3.38.0 -> 3.38.1 (#477426)

parents db1b8152 d7c1af4d
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.38.0";
  version = "3.38.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "virtuslab";
    repo = "git-machete";
    tag = "v${version}";
    hash = "sha256-cn++U2Vy6LCEZvtmvDOTQydnAxapUZxLUE+6Kxg7Rq8=";
    hash = "sha256-m/GstZAxBi4Q8GRv2GRrJNzChV1Rzw1vNuNP0Ao+GIY=";
  };

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