python3Packages.eccodes: 2.47.0 -> 2.48.0 (#542425)

This commit is contained in:
dotlambda
2026-07-16 03:34:32 +00:00
committed by GitHub
+2 -2
View File
@@ -17,11 +17,11 @@
}:
gccStdenv.mkDerivation rec {
pname = "eccodes";
version = "2.47.0";
version = "2.48.0";
src = fetchurl {
url = "https://confluence.ecmwf.int/download/attachments/45757960/eccodes-${version}-Source.tar.gz";
hash = "sha256-gtqBmqm1GDHcFLO/KRi/7lCxzVOgUIjQw/RJN1iq4JQ=";
hash = "sha256-Yuj6XKE30TgYml/dbVsiBcicwmM44/Qoaro9ibScn5o=";
};
postPatch = ''