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
commit 4c3c03eb56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];