python3Packages.python-iso639: 2026.1.31 -> 2026.4.20

This commit is contained in:
R. Ryantm
2026-04-25 10:05:34 +00:00
parent 47ec133254
commit 5769517536
@@ -8,14 +8,14 @@
buildPythonPackage rec {
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=";
hash = "sha256-aXckFcWG8zcP9GELTT5eHnQzklAYG70LyX34fhVGdTo=";
};
build-system = [ setuptools ];