python3Packages.eccodes: 2.47.0 -> 2.48.0

This commit is contained in:
R. Ryantm
2026-07-16 00:29:22 +00:00
parent d4a57f162b
commit 05f19d4106
+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 = ''