Merge pull request #36545 from ryantm/auto-update/gitless

gitless: 0.8.5 -> 0.8.6
This commit is contained in:
Graham Christensen
2018-03-09 17:18:34 -05:00
committed by GitHub

View File

@@ -1,14 +1,14 @@
{ fetchFromGitHub, pythonPackages, stdenv }:
pythonPackages.buildPythonApplication rec {
ver = "0.8.5";
ver = "0.8.6";
name = "gitless-${ver}";
src = fetchFromGitHub {
owner = "sdg-mit";
repo = "gitless";
rev = "v${ver}";
sha256 = "1v22i5lardswpqb6vxjgwra3ac8652qyajbijfj18vlkhajz78hq";
sha256 = "1q6y38f8ap6q1livvfy0pfnjr0l8b68hyhc9r5v87fmdyl7y7y8g";
};
propagatedBuildInputs = with pythonPackages; [ sh pygit2 clint ];