Loading pkgs/development/python-modules/internetarchive/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ urllib3, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "internetarchive"; version = "5.7.2"; pyproject = true; Loading @@ -20,7 +20,7 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "jjjake"; repo = "internetarchive"; tag = "v${version}"; tag = "v${finalAttrs.version}"; hash = "sha256-eBTUKJs3j8LmQJSIBKAlDOjUglLHrjwtGx5O9Wn5C8Y="; }; Loading Loading @@ -60,9 +60,9 @@ buildPythonPackage rec { meta = { description = "Python and Command-Line Interface to Archive.org"; homepage = "https://github.com/jjjake/internetarchive"; changelog = "https://github.com/jjjake/internetarchive/blob/${src.tag}/HISTORY.rst"; changelog = "https://github.com/jjjake/internetarchive/blob/${finalAttrs.src.tag}/HISTORY.rst"; license = lib.licenses.agpl3Plus; maintainers = with lib.maintainers; [ pyrox0 ]; mainProgram = "ia"; }; } }) Loading
pkgs/development/python-modules/internetarchive/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ urllib3, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "internetarchive"; version = "5.7.2"; pyproject = true; Loading @@ -20,7 +20,7 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "jjjake"; repo = "internetarchive"; tag = "v${version}"; tag = "v${finalAttrs.version}"; hash = "sha256-eBTUKJs3j8LmQJSIBKAlDOjUglLHrjwtGx5O9Wn5C8Y="; }; Loading Loading @@ -60,9 +60,9 @@ buildPythonPackage rec { meta = { description = "Python and Command-Line Interface to Archive.org"; homepage = "https://github.com/jjjake/internetarchive"; changelog = "https://github.com/jjjake/internetarchive/blob/${src.tag}/HISTORY.rst"; changelog = "https://github.com/jjjake/internetarchive/blob/${finalAttrs.src.tag}/HISTORY.rst"; license = lib.licenses.agpl3Plus; maintainers = with lib.maintainers; [ pyrox0 ]; mainProgram = "ia"; }; } })