mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 10:23:29 +00:00
Merge pull request #71030 from seqizz/g_gita99
gitAndTools.gita: 0.9.2 -> 0.9.9
This commit is contained in:
commit
716ed59a37
@ -2,23 +2,23 @@
|
|||||||
, buildPythonApplication
|
, buildPythonApplication
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, pyyaml
|
, pyyaml
|
||||||
|
, setuptools
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
version = "0.9.2";
|
version = "0.9.9";
|
||||||
pname = "gita";
|
pname = "gita";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1aycqq4crsa57ghpv7xc497rf4y8x43fcfd0v9prd2kn6h1793r0";
|
sha256 = "1si2f9nyisbrvv8cvrjxj8r4cbrgc97ic0wdlbf34gvp020dsmgv";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
pyyaml
|
pyyaml
|
||||||
|
setuptools
|
||||||
];
|
];
|
||||||
|
|
||||||
doCheck = false; # Releases don't include tests
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A command-line tool to manage multiple git repos";
|
description = "A command-line tool to manage multiple git repos";
|
||||||
homepage = https://github.com/nosarthur/gita;
|
homepage = https://github.com/nosarthur/gita;
|
||||||
|
Loading…
Reference in New Issue
Block a user