python3Packages.python-iso639: 2025.2.18 -> 2025.11.11

Diff: https://github.com/jacksonllee/iso639/compare/v2025.2.18...v2025.11.11

Changelog: https://github.com/jacksonllee/iso639/blob/v2025.11.11/CHANGELOG.md
This commit is contained in:
Robert Schütz
2025-11-11 13:19:58 -08:00
parent 04c99beffe
commit 2fa5ee84a5
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "python-iso639";
version = "2025.2.18";
version = "2025.11.11";
pyproject = true;
src = fetchFromGitHub {
owner = "jacksonllee";
repo = "iso639";
tag = "v${version}";
hash = "sha256-CVLyeXA0FXLCthNO3SLgTvxi4sJI5fPhuqEbnDb4L/s=";
hash = "sha256-XFgtb19tL1/FwCMx9wHesBunyRVhY3cEVh2nq2jtqk4=";
};
build-system = [ setuptools ];