git-machete: 3.36.0 -> 3.36.1 (#423950)

This commit is contained in:
Matthias Beyer 2025-07-16 18:49:12 +02:00 committed by GitHub
commit 2480662dde
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,14 +9,14 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "git-machete"; pname = "git-machete";
version = "3.36.0"; version = "3.36.1";
format = "pyproject"; format = "pyproject";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "virtuslab"; owner = "virtuslab";
repo = "git-machete"; repo = "git-machete";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-iSuOiQC+dKqcDCS4nTPMrNFpo3ipPUQhfoofM11UInI="; hash = "sha256-uVzER0Ll7d5cFrwtr1KcWeI70iioHDE6kpZYAiOxPnE=";
}; };
build-system = with python3.pkgs; [ setuptools ]; build-system = with python3.pkgs; [ setuptools ];