Merge pull request #81509 from VirtusLab/git-machete-2.13.5

gitAndTools.git-machete: 2.13.1 -> 2.13.5
This commit is contained in:
worldofpeace 2020-03-02 12:11:58 +00:00 committed by GitHub
commit 34e41a9154
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -4,11 +4,11 @@
buildPythonApplication rec {
pname = "git-machete";
version = "2.13.1";
version = "2.13.5";
src = fetchPypi {
inherit pname version;
sha256 = "1qq94x4rqn8vl5h11bn5d4x5ybsbj769kgf4lnj56my7si7qy8qn";
sha256 = "1ll5l1f3vcib9a8qsqm8bfzz4g4q1dnr389x7x26kl13n6a50wib";
};
nativeBuildInputs = [ installShellFiles pbr ];