github-backup: 0.50.1 -> 0.50.2 (#417736)

authored by

dotlambda and committed by
GitHub
5154acd6 8f39e888

+2 -2
+2 -2
pkgs/by-name/gi/github-backup/package.nix
··· 8 8 9 9 python3Packages.buildPythonApplication rec { 10 10 pname = "github-backup"; 11 - version = "0.50.1"; 11 + version = "0.50.2"; 12 12 pyproject = true; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "josegonzalez"; 16 16 repo = "python-github-backup"; 17 17 tag = version; 18 - hash = "sha256-9fPZ+QWHkIQVEgPKCZMJZk4p5nkXan61Ym+tbF0ZOMM="; 18 + hash = "sha256-MUPQa1L3HmAMn1pZSzQk8VKpcz2nDGuWZB8pVi7CyYs="; 19 19 }; 20 20 21 21 build-system = with python3Packages; [