github-backup: 0.47.0 -> 0.48.0

This commit is contained in:
R. Ryantm
2025-01-10 05:22:57 +00:00
parent ca65057835
commit 3982dd5fdf
+2 -2
View File
@@ -8,14 +8,14 @@
python3Packages.buildPythonApplication rec {
pname = "github-backup";
version = "0.47.0";
version = "0.48.0";
pyproject = true;
src = fetchFromGitHub {
owner = "josegonzalez";
repo = "python-github-backup";
tag = version;
hash = "sha256-BnsPVSyQuoNH56M2ZwOyWGXjWI9sGS1S8vQzCQEqNcY=";
hash = "sha256-vJD+dzKHYgiDme+wXklbxkbOPKwbilOWfJknsS37+vw=";
};
build-system = with python3Packages; [