Merge pull request #92056 from VirtusLab/git-machete-2.15.2

gitAndTools.git-machete: 2.14.0 -> 2.15.2
This commit is contained in:
Maximilian Bosch 2020-07-03 00:31:08 +02:00 committed by GitHub
commit 60728a1ddd
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.14.0";
version = "2.15.2";
src = fetchPypi {
inherit pname version;
sha256 = "01ch4d0r3bi9nl5nknp3dyizc2rl9w46gm1ydnvqbrzhgw65lpp0";
sha256 = "0qv08a6xsdmcm8l69m4103vn4crb0ilzx94334xjbdl0sykm55q0";
};
nativeBuildInputs = [ installShellFiles pbr ];