Merge pull request #111019 from VirtusLab/git-machete-2.16.1

gitAndTools.git-machete: 2.15.9 -> 2.16.1
This commit is contained in:
Jacek Galowicz 2021-01-28 16:22:56 +01:00 committed by GitHub
commit 7a0b688445
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.9";
version = "2.16.1";
src = fetchPypi {
inherit pname version;
sha256 = "0sg9ci9q1v3975855vi491ass72ladp3bjj2mvg77yxj13g3qqsx";
sha256 = "00xh3q3gmi88qcl0a61pw532iyw4xcls5h336cjzld70ps2r89g4";
};
nativeBuildInputs = [ installShellFiles pbr ];