Merge pull request #284780 from r-ryantm/auto-update/github-backup

github-backup: 0.44.1 -> 0.45.0
This commit is contained in:
Robert Schütz 2024-01-29 17:48:47 +00:00 committed by GitHub
commit ce800c8172
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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