github-backup: 0.60.0 -> 0.61.1

This commit is contained in:
R. Ryantm
2026-01-15 20:33:54 +00:00
parent fb34f684a5
commit 1b4034b15f
+2 -2
View File
@@ -10,14 +10,14 @@
python3Packages.buildPythonApplication rec {
pname = "github-backup";
version = "0.60.0";
version = "0.61.1";
pyproject = true;
src = fetchFromGitHub {
owner = "josegonzalez";
repo = "python-github-backup";
tag = version;
hash = "sha256-dK6qkso5GOV/eZRGcwOCKn8faMuTr7czTvISLioKgVs=";
hash = "sha256-1gUhwZLZ+D1ML5yOifEGVWXpgcLgsligB1+yCkAvX5I=";
};
build-system = with python3Packages; [