Merge pull request #102567 from VirtusLab/git-machete-2.15.7

gitAndTools.git-machete: 2.15.6 -> 2.15.7
This commit is contained in:
Maximilian Bosch 2020-11-04 00:18:52 +01:00 committed by GitHub
commit 988e44c3e6
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.6";
version = "2.15.7";
src = fetchPypi {
inherit pname version;
sha256 = "0ajb3m3i3pfc5v3gshglk7qphk1rpniwx8q8isgx1a6cyarzr9bd";
sha256 = "0djbl4s9i7bs7kkldr7453yayi38s8mx0i41mkd0j2cvv5r9himr";
};
nativeBuildInputs = [ installShellFiles pbr ];