python311Packages.eccodes: 2.34.1 -> 2.35.0

This commit is contained in:
R. Ryantm 2024-05-01 05:13:38 +00:00
parent 705bad7ed6
commit 609a4d2121

View File

@ -16,11 +16,11 @@
stdenv.mkDerivation rec {
pname = "eccodes";
version = "2.34.1";
version = "2.35.0";
src = fetchurl {
url = "https://confluence.ecmwf.int/download/attachments/45757960/eccodes-${version}-Source.tar.gz";
hash = "sha256-+bhoASLjzOwm5u0kqB8bxQ7Z8iMrQx4F5XNniqxNlzQ=";
hash = "sha256-FoiPtmebHiQfULafMArFASSjGSNCri6pA9diG2ZOeeo=";
};
postPatch = ''