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

View file

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