Merge pull request #83840 from r-ryantm/auto-update/gita

gitAndTools.gita: 0.9.9 -> 0.10.5
This commit is contained in:
Jon 2020-03-30 22:29:42 -07:00 committed by GitHub
commit f87ce38767
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,12 +6,12 @@
}:
buildPythonApplication rec {
version = "0.9.9";
version = "0.10.5";
pname = "gita";
src = fetchPypi {
inherit pname version;
sha256 = "1si2f9nyisbrvv8cvrjxj8r4cbrgc97ic0wdlbf34gvp020dsmgv";
sha256 = "1xggslmrrfszpl190klkc97fnl88gml1bnkmkzp6aimdch66g4jg";
};
propagatedBuildInputs = [
@ -21,7 +21,7 @@ buildPythonApplication rec {
meta = with lib; {
description = "A command-line tool to manage multiple git repos";
homepage = https://github.com/nosarthur/gita;
homepage = "https://github.com/nosarthur/gita";
license = licenses.mit;
maintainers = with maintainers; [ seqizz ];
};