Merge pull request #77098 from r-ryantm/auto-update/git-machete

gitAndTools.git-machete: 2.12.5 -> 2.12.6
This commit is contained in:
Ryan Mulligan 2020-01-06 19:00:10 -08:00 committed by GitHub
commit fdf4002d70
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.12.5";
version = "2.12.6";
src = fetchPypi {
inherit pname version;
sha256 = "1m4j8nhdkr28xs2xbnyy3ric9i99swb4d5drj4wpkqd2xqln5wlq";
sha256 = "1h7daf74s0plnqrz2f63s6rak8fmqns96ydjn01366bcsqrbvkw6";
};
nativeBuildInputs = [ installShellFiles pbr ];