Merge pull request #83148 from VirtusLab/git-machete-2.13.6

gitAndTools.git-machete: 2.13.5 -> 2.13.6

authored by Maximilian Bosch and committed by GitHub 8b971df1 de1bcd78

+3 -3
+3 -3
pkgs/applications/version-management/git-and-tools/git-machete/default.nix
··· 4 4 5 5 buildPythonApplication rec { 6 6 pname = "git-machete"; 7 - version = "2.13.5"; 7 + version = "2.13.6"; 8 8 9 9 src = fetchPypi { 10 10 inherit pname version; 11 - sha256 = "1ll5l1f3vcib9a8qsqm8bfzz4g4q1dnr389x7x26kl13n6a50wib"; 11 + sha256 = "0n07gm05676vgfh6vlym59jwwzym9xmibhr0zpf0drlx02fr47qy"; 12 12 }; 13 13 14 14 nativeBuildInputs = [ installShellFiles pbr ]; ··· 25 25 26 26 meta = with lib; { 27 27 homepage = https://github.com/VirtusLab/git-machete; 28 - description = "Git repository organizer and rebase workflow automation tool"; 28 + description = "Git repository organizer and rebase/merge workflow automation tool"; 29 29 license = licenses.mit; 30 30 platforms = platforms.all; 31 31 maintainers = [ maintainers.blitz ];