github-backup: 0.45.0 -> 0.45.1

This commit is contained in:
R. Ryantm 2024-03-24 07:37:46 +00:00
parent 2a3616e0e0
commit 8c60891f06
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; [