Merge pull request #308165 from r-ryantm/auto-update/python311Packages.eccodes

python311Packages.eccodes: 2.34.1 -> 2.35.0
This commit is contained in:
Weijia Wang 2024-06-02 01:18:38 +02:00 committed by GitHub
commit 2197b6b06a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = ''