github-backup: 0.44.1 -> 0.45.0

This commit is contained in:
R. Ryantm 2024-01-29 14:27:42 +00:00
parent 5d34f071b5
commit a8e6acefc5

View File

@ -7,12 +7,12 @@
python3.pkgs.buildPythonApplication rec {
pname = "github-backup";
version = "0.44.1";
version = "0.45.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-tOCIrquhBS7aNeFocu8M9JV19vfFwrfIsaaePCp2vPw=";
hash = "sha256-bT5eqhpSK9u6Q4hO8FTgbpjjv0x2am1m2fOw5OqxixQ=";
};
nativeBuildInputs = with python3.pkgs; [