python3Packages.eccodes: 2.41.0 -> 2.42.0

This commit is contained in:
R. Ryantm 2025-07-07 15:08:27 +00:00
parent d21de76070
commit 8e4b43119d

View File

@ -18,11 +18,11 @@
stdenv.mkDerivation rec {
pname = "eccodes";
version = "2.41.0";
version = "2.42.0";
src = fetchurl {
url = "https://confluence.ecmwf.int/download/attachments/45757960/eccodes-${version}-Source.tar.gz";
hash = "sha256-oUZ4QuEe1/YqL1zBmC4E7sYjmPSWLmugOs52RvMs8nA=";
hash = "sha256-YDcbNXywEd7lRtsuq6zlt+J/D4fT6kpa3eeJE3GzwSg=";
};
postPatch = ''