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

github-backup: 0.45.0 -> 0.45.1
This commit is contained in:
Nick Cao 2024-03-24 10:38:44 -04:00 committed by GitHub
commit c5dd6acd6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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