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
commit 6a5c5b342b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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