github-backup: 0.53.0 -> 0.55.0

This commit is contained in:
R. Ryantm
2025-12-08 10:05:47 +00:00
parent 62cedb76f6
commit 85752a9ab0
+2 -2
View File
@@ -10,14 +10,14 @@
python3Packages.buildPythonApplication rec {
pname = "github-backup";
version = "0.53.0";
version = "0.55.0";
pyproject = true;
src = fetchFromGitHub {
owner = "josegonzalez";
repo = "python-github-backup";
tag = version;
hash = "sha256-/TDKtMkysd9tuvsS8K2Xl+6qUckwRrz4BorEkjTBqnA=";
hash = "sha256-28u21SO6G1lrMq6Ihl+tRSit5Jh9w2mwjK+3r3YfH5M=";
};
build-system = with python3Packages; [