Loading pkgs/development/python-modules/python-iso639/default.nix +6 −6 Original line number Diff line number Diff line Loading @@ -6,16 +6,16 @@ setuptools, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "python-iso639"; version = "2026.1.31"; version = "2026.4.20"; pyproject = true; src = fetchFromGitHub { owner = "jacksonllee"; repo = "iso639"; tag = "v${version}"; hash = "sha256-mavTbjf57EYUMil3DBOmTZl8WwRW7sjxddb4WuK+YlI="; tag = "v${finalAttrs.version}"; hash = "sha256-aXckFcWG8zcP9GELTT5eHnQzklAYG70LyX34fhVGdTo="; }; build-system = [ setuptools ]; Loading @@ -27,10 +27,10 @@ buildPythonPackage rec { ]; meta = { changelog = "https://github.com/jacksonllee/iso639/blob/${src.tag}/CHANGELOG.md"; changelog = "https://github.com/jacksonllee/iso639/blob/${finalAttrs.src.tag}/CHANGELOG.md"; description = "ISO 639 language codes, names, and other associated information"; homepage = "https://github.com/jacksonllee/iso639"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ dotlambda ]; }; } }) Loading
pkgs/development/python-modules/python-iso639/default.nix +6 −6 Original line number Diff line number Diff line Loading @@ -6,16 +6,16 @@ setuptools, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "python-iso639"; version = "2026.1.31"; version = "2026.4.20"; pyproject = true; src = fetchFromGitHub { owner = "jacksonllee"; repo = "iso639"; tag = "v${version}"; hash = "sha256-mavTbjf57EYUMil3DBOmTZl8WwRW7sjxddb4WuK+YlI="; tag = "v${finalAttrs.version}"; hash = "sha256-aXckFcWG8zcP9GELTT5eHnQzklAYG70LyX34fhVGdTo="; }; build-system = [ setuptools ]; Loading @@ -27,10 +27,10 @@ buildPythonPackage rec { ]; meta = { changelog = "https://github.com/jacksonllee/iso639/blob/${src.tag}/CHANGELOG.md"; changelog = "https://github.com/jacksonllee/iso639/blob/${finalAttrs.src.tag}/CHANGELOG.md"; description = "ISO 639 language codes, names, and other associated information"; homepage = "https://github.com/jacksonllee/iso639"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ dotlambda ]; }; } })