github-backup: 0.39.0 -> 0.40.0

This commit is contained in:
Robert Schütz 2021-09-18 22:31:06 -07:00
parent 9358f9a954
commit 2e44a72b8f

View File

@ -6,11 +6,11 @@
python3.pkgs.buildPythonApplication rec {
pname = "github-backup";
version = "0.39.0";
version = "0.40.0";
src = python3.pkgs.fetchPypi {
inherit pname version;
sha256 = "71829df4bdbe5bd55c324a97008405a6b4c6113edb1a2a6a8b73a7059fe64a47";
sha256 = "sha256-HgNOTi4z1wbRdeVFjGVbpuxd9/o9aWWYd8/ykiVF8Ks=";
};
makeWrapperArgs = [