Merge pull request #83850 from r-ryantm/auto-update/gitup

git-repo-updater: 0.5 -> 0.5.1
This commit is contained in:
Jon
2020-03-30 22:33:26 -07:00
committed by GitHub

View File

@@ -3,11 +3,11 @@
buildPythonApplication rec {
pname = "gitup";
version = "0.5";
version = "0.5.1";
src = fetchPypi {
inherit pname version;
sha256 = "11ilz9i2yxrbipyjzpfkj7drx9wkrn3phvd1a60jivphbqdldpgf";
sha256 = "1pa612rcc94nc461zs9sag9p46sycc214622b06gdn35rmwp0y2g";
};
propagatedBuildInputs = [ colorama GitPython ];