Merge pull request #97981 from VirtusLab/git-machete-2.15.5

gitAndTools.git-machete: 2.15.4 -> 2.15.5
This commit is contained in:
Jacek Galowicz 2020-09-18 10:06:55 +02:00 committed by GitHub
commit 0c1807e3e2
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.4";
version = "2.15.5";
src = fetchPypi {
inherit pname version;
sha256 = "0n2lrsjs3flfv7650yfhck1c96wkn41cv49440m7csy5yw16zlim";
sha256 = "11an0hwva1jlf9y7vd9mscs4g6lzja1rwizsani6411xs6m121a3";
};
nativeBuildInputs = [ installShellFiles pbr ];