python311Packages.eccodes: 2.34.0 -> 2.34.1

This commit is contained in:
R. Ryantm 2024-02-25 03:52:37 +00:00 committed by Weijia Wang
parent 799217f838
commit 3ff1ad689a

View File

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