gitAndTools.gita: 0.9.2 -> 0.9.9
This commit is contained in:
parent
0dbbd00b6e
commit
e810171ef6
1 changed files with 4 additions and 4 deletions
|
@ -2,23 +2,23 @@
|
|||
, buildPythonApplication
|
||||
, fetchPypi
|
||||
, pyyaml
|
||||
, setuptools
|
||||
}:
|
||||
|
||||
buildPythonApplication rec {
|
||||
version = "0.9.2";
|
||||
version = "0.9.9";
|
||||
pname = "gita";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1aycqq4crsa57ghpv7xc497rf4y8x43fcfd0v9prd2kn6h1793r0";
|
||||
sha256 = "1si2f9nyisbrvv8cvrjxj8r4cbrgc97ic0wdlbf34gvp020dsmgv";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
pyyaml
|
||||
setuptools
|
||||
];
|
||||
|
||||
doCheck = false; # Releases don't include tests
|
||||
|
||||
meta = with lib; {
|
||||
description = "A command-line tool to manage multiple git repos";
|
||||
homepage = https://github.com/nosarthur/gita;
|
||||
|
|
Loading…
Reference in a new issue