Unverified Commit 73e6ac3f authored by Yt's avatar Yt Committed by GitHub
Browse files

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

parents 3c59fc41 6f3051f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -101,7 +101,7 @@ let
      pypdfium2
      python-dateutil
      python-docx
      # python-iso639
      python-iso639
      python-magic
      python-multipart
      # python-oxmsg
+2 −2
Original line number Diff line number Diff line
@@ -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 ];