Merge pull request #121404 from VirtusLab/git-machete-3.1.1

gitAndTools.git-machete: 3.1.0 -> 3.1.1
This commit is contained in:
Jacek Galowicz 2021-05-03 21:28:33 +02:00 committed by GitHub
commit 8347379afe
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.1.0";
version = "3.1.1";
src = fetchPypi {
inherit pname version;
sha256 = "0bb6ap8sdp4ad0xkh3y8vj46a363g5gdw0dzf9ycw0z9ah8ispfx";
sha256 = "00f1rq80vya464dkvf3mzs9zpvkz15ki8srwg08snsm5kb7amwlm";
};
nativeBuildInputs = [ installShellFiles pbr ];