python3Packages.python-iso639: 2025.2.18 -> 2025.11.11 (#460774)
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user