Merge pull request #83148 from VirtusLab/git-machete-2.13.6
gitAndTools.git-machete: 2.13.5 -> 2.13.6
This commit is contained in:
commit
8b971df102
@ -4,11 +4,11 @@
|
|||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "git-machete";
|
pname = "git-machete";
|
||||||
version = "2.13.5";
|
version = "2.13.6";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1ll5l1f3vcib9a8qsqm8bfzz4g4q1dnr389x7x26kl13n6a50wib";
|
sha256 = "0n07gm05676vgfh6vlym59jwwzym9xmibhr0zpf0drlx02fr47qy";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ installShellFiles pbr ];
|
nativeBuildInputs = [ installShellFiles pbr ];
|
||||||
@ -25,7 +25,7 @@ buildPythonApplication rec {
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = https://github.com/VirtusLab/git-machete;
|
homepage = https://github.com/VirtusLab/git-machete;
|
||||||
description = "Git repository organizer and rebase workflow automation tool";
|
description = "Git repository organizer and rebase/merge workflow automation tool";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = [ maintainers.blitz ];
|
maintainers = [ maintainers.blitz ];
|
||||||
|
Loading…
Reference in New Issue
Block a user