Merge pull request #96345 from VirtusLab/git-machete-2.15.4

gitAndTools.git-machete: 2.15.3 -> 2.15.4
This commit is contained in:
worldofpeace 2020-08-27 04:31:55 -04:00 committed by GitHub
commit 9c94af3506
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,11 +4,11 @@
buildPythonApplication rec {
pname = "git-machete";
version = "2.15.3";
version = "2.15.4";
src = fetchPypi {
inherit pname version;
sha256 = "0kpfi1w1jnn7v7mny71jil3sc9mm08lz47l9v3hzgs5z3ham98jb";
sha256 = "0n2lrsjs3flfv7650yfhck1c96wkn41cv49440m7csy5yw16zlim";
};
nativeBuildInputs = [ installShellFiles pbr ];