Merge pull request #49750 from nthorne/GitBigPicture0_10_12

git-big-picture: 0.9.0 -> 0.10.1
This commit is contained in:
Jörg Thalheim 2018-11-04 16:36:40 +00:00 committed by GitHub
commit aaf7ba00a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
python2Packages.buildPythonApplication rec { python2Packages.buildPythonApplication rec {
pname = "git-big-picture"; pname = "git-big-picture";
version = "0.9.0"; version = "0.10.1";
name = "${pname}-${version}"; name = "${pname}-${version}";
@ -10,7 +10,7 @@ python2Packages.buildPythonApplication rec {
owner = "esc"; owner = "esc";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "1h283gzs4nx8lrarmr454zza52cilmnbdrqn1n33v3cn1rayl3c9"; sha256 = "0b0zdq7d7k7f6p3wwc799347fraphbr20rxd1ysnc4xi1cj4wpmi";
}; };
buildInputs = [ git graphviz ]; buildInputs = [ git graphviz ];
@ -21,7 +21,7 @@ python2Packages.buildPythonApplication rec {
''; '';
meta = { meta = {
description = "Tool for visualization of Git repositories."; description = "Tool for visualization of Git repositories";
homepage = https://github.com/esc/git-big-picture; homepage = https://github.com/esc/git-big-picture;
license = stdenv.lib.licenses.gpl3; license = stdenv.lib.licenses.gpl3;
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;