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

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