Merge pull request #87613 from VirtusLab/git-machete-2.14.0

gitAndTools.git-machete: 2.13.6 -> 2.14.0
This commit is contained in:
Jacek Galowicz
2020-05-13 10:56:35 +02:00
committed by GitHub

View File

@@ -4,11 +4,11 @@
buildPythonApplication rec {
pname = "git-machete";
version = "2.13.6";
version = "2.14.0";
src = fetchPypi {
inherit pname version;
sha256 = "0n07gm05676vgfh6vlym59jwwzym9xmibhr0zpf0drlx02fr47qy";
sha256 = "01ch4d0r3bi9nl5nknp3dyizc2rl9w46gm1ydnvqbrzhgw65lpp0";
};
nativeBuildInputs = [ installShellFiles pbr ];