github-backup: 0.40.1 -> 0.41.0

This commit is contained in:
Robert Schütz 2022-04-17 19:08:54 +00:00 committed by Bjørn Forsman
parent 215541667b
commit 04c6c6a118

View file

@ -6,11 +6,11 @@
python3.pkgs.buildPythonApplication rec {
pname = "github-backup";
version = "0.40.1";
version = "0.41.0";
src = python3.pkgs.fetchPypi {
inherit pname version;
sha256 = "sha256-Qrj0+4WXlW0UgG2xV/P8e0QgUG3VurY4HIAiiUF3LW8=";
sha256 = "6e6462125b930de4d28efed7ee0d4377e77371a4918768436c3cecf79cc87078";
};
makeWrapperArgs = [