github-backup: 0.43.1 -> 0.44.1

Changelog: https://github.com/josegonzalez/python-github-backup/blob/0.44.1/CHANGES.rst
This commit is contained in:
Robert Schütz
2023-12-27 10:32:39 -08:00
parent 0654bfb1e4
commit 345815f285
+7 -3
View File
@@ -7,14 +7,18 @@
python3.pkgs.buildPythonApplication rec {
pname = "github-backup";
version = "0.43.1";
format = "setuptools";
version = "0.44.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-S0674oTUsXftXlbP8fbF09FIWnWwq/Mgbv960tg3FNg=";
hash = "sha256-tOCIrquhBS7aNeFocu8M9JV19vfFwrfIsaaePCp2vPw=";
};
nativeBuildInputs = with python3.pkgs; [
setuptools
];
makeWrapperArgs = [
"--prefix" "PATH" ":" (lib.makeBinPath [ git git-lfs ])
];