Merge pull request #309772 from r-ryantm/auto-update/github-backup

github-backup: 0.45.1 -> 0.45.2
This commit is contained in:
Nick Cao
2024-05-07 10:24:27 -04:00
committed by GitHub
+2 -2
View File
@@ -7,12 +7,12 @@
python3.pkgs.buildPythonApplication rec {
pname = "github-backup";
version = "0.45.1";
version = "0.45.2";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-+dQVewMHSF0SnOKmgwc9pmqXAJGLjSqwS9YQHdvEmKo=";
hash = "sha256-wn2JRMLfqhhTREeYM+mcs68xlkRWKMlxKXToa83pu2g=";
};
nativeBuildInputs = with python3.pkgs; [