github-backup: 0.63.0 -> 0.64.0

This commit is contained in:
R. Ryantm
2026-07-14 11:33:20 +00:00
parent 0ab1e092aa
commit ed6162d823
+2 -2
View File
@@ -10,14 +10,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "github-backup";
version = "0.63.0";
version = "0.64.0";
pyproject = true;
src = fetchFromGitHub {
owner = "josegonzalez";
repo = "python-github-backup";
tag = finalAttrs.version;
hash = "sha256-B7psPUxkhPCzxPJZiZu9IXsNUVvMu1mOdOIu+KlPjag=";
hash = "sha256-UPHwohx2qN/vT5a1Km0UqW2SB7br6yAZJ1xKYKX4H70=";
};
build-system = with python3Packages; [