python3Packages.python-iso639: 2025.2.18 -> 2025.11.11 (#460774)

This commit is contained in:
Yt
2025-11-11 22:28:51 +00:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ let
pypdfium2
python-dateutil
python-docx
# python-iso639
python-iso639
python-magic
python-multipart
# python-oxmsg
@@ -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 ];