git-repo-updater: 0.5.1 -> 0.5.2 (#422126)
This commit is contained in:
commit
8ce934a11c
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
buildPythonApplication,
|
buildPythonApplication,
|
||||||
|
hatchling,
|
||||||
colorama,
|
colorama,
|
||||||
fetchPypi,
|
fetchPypi,
|
||||||
gitpython,
|
gitpython,
|
||||||
@ -8,14 +9,15 @@
|
|||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "gitup";
|
pname = "gitup";
|
||||||
version = "0.5.1";
|
version = "0.5.2";
|
||||||
format = "setuptools";
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1pa612rcc94nc461zs9sag9p46sycc214622b06gdn35rmwp0y2g";
|
sha256 = "sha256-51DWPJ9JOMrRdWGaiiL4qzo4VFFeT1rG5yyI6Ej+ZRw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
build-system = [ hatchling ];
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
colorama
|
colorama
|
||||||
gitpython
|
gitpython
|
||||||
@ -28,7 +30,10 @@ buildPythonApplication rec {
|
|||||||
description = "Easily update multiple Git repositories at once";
|
description = "Easily update multiple Git repositories at once";
|
||||||
homepage = "https://github.com/earwig/git-repo-updater";
|
homepage = "https://github.com/earwig/git-repo-updater";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ bdesham ];
|
maintainers = with maintainers; [
|
||||||
|
bdesham
|
||||||
|
artturin
|
||||||
|
];
|
||||||
mainProgram = "gitup";
|
mainProgram = "gitup";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user