mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 06:01:15 +00:00
gitAndTools.gita: 0.9.9 -> 0.10.5
This commit is contained in:
parent
d04396da8b
commit
6248fb23d2
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue