Merge pull request #83850 from r-ryantm/auto-update/gitup
git-repo-updater: 0.5 -> 0.5.1
This commit is contained in:
commit
4c3c03eb56
@ -3,11 +3,11 @@
|
|||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "gitup";
|
pname = "gitup";
|
||||||
version = "0.5";
|
version = "0.5.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "11ilz9i2yxrbipyjzpfkj7drx9wkrn3phvd1a60jivphbqdldpgf";
|
sha256 = "1pa612rcc94nc461zs9sag9p46sycc214622b06gdn35rmwp0y2g";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ colorama GitPython ];
|
propagatedBuildInputs = [ colorama GitPython ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user