Merge pull request #277150 from dotlambda/github-backup-0.44.1

github-backup: 0.43.1 -> 0.44.1
This commit is contained in:
Fabian Affolter 2023-12-28 09:01:19 +01:00 committed by GitHub
commit 913ee7c3ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ])
];