Merge pull request #130772 from VirtusLab/git-machete-3.3.0

gitAndTools.git-machete: 3.2.1 -> 3.3.0
This commit is contained in:
Sandro 2021-07-21 16:45:12 +02:00 committed by GitHub
commit 00eb7340e7
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 = "3.2.1";
version = "3.3.0";
src = fetchPypi {
inherit pname version;
sha256 = "1sw6b1jaddacfm4kvvhgxn743khmsi1c4b4f5mgvm3rabv0h473h";
sha256 = "0mq6hmb3wvj0ash27h4zyl46l3fikpf0mv3ng330lcy6v7bhy5b8";
};
nativeBuildInputs = [ installShellFiles pbr ];