Loading pkgs/development/python-modules/pyicloud/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ tzlocal, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "pyicloud"; version = "2.4.1"; pyproject = true; Loading @@ -26,7 +26,7 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "timlaing"; repo = "pyicloud"; tag = version; tag = finalAttrs.version; hash = "sha256-6Z5YhEqRzThQM5nHG0o+q4Rm/+A/ss3N6RDRz6mPJm4="; }; Loading Loading @@ -63,8 +63,8 @@ buildPythonPackage rec { description = "Module to interact with iCloud webservices"; mainProgram = "icloud"; homepage = "https://github.com/timlaing/pyicloud"; changelog = "https://github.com/timlaing/pyicloud/releases/tag/${src.tag}"; changelog = "https://github.com/timlaing/pyicloud/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.mit; maintainers = [ lib.maintainers.mic92 ]; }; } }) Loading
pkgs/development/python-modules/pyicloud/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ tzlocal, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "pyicloud"; version = "2.4.1"; pyproject = true; Loading @@ -26,7 +26,7 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "timlaing"; repo = "pyicloud"; tag = version; tag = finalAttrs.version; hash = "sha256-6Z5YhEqRzThQM5nHG0o+q4Rm/+A/ss3N6RDRz6mPJm4="; }; Loading Loading @@ -63,8 +63,8 @@ buildPythonPackage rec { description = "Module to interact with iCloud webservices"; mainProgram = "icloud"; homepage = "https://github.com/timlaing/pyicloud"; changelog = "https://github.com/timlaing/pyicloud/releases/tag/${src.tag}"; changelog = "https://github.com/timlaing/pyicloud/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.mit; maintainers = [ lib.maintainers.mic92 ]; }; } })