Merge pull request #117475 from VirtusLab/git-machete-3.1.0

gitAndTools.git-machete: 3.0.0 -> 3.1.0
This commit is contained in:
Sandro 2021-03-24 16:38:01 +01:00 committed by GitHub
commit be70c9c9fe
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.0.0";
version = "3.1.0";
src = fetchPypi {
inherit pname version;
sha256 = "077xs3grjidahxz1gc93565b25blf97lwsljmkmr0yapps8z630d";
sha256 = "0bb6ap8sdp4ad0xkh3y8vj46a363g5gdw0dzf9ycw0z9ah8ispfx";
};
nativeBuildInputs = [ installShellFiles pbr ];