python310Packages.eccodes: 2.30.0 -> 2.30.2

This commit is contained in:
R. Ryantm 2023-06-08 10:58:05 +00:00
parent 36eae7248f
commit cdc819e0d5

View file

@ -16,11 +16,11 @@
stdenv.mkDerivation rec {
pname = "eccodes";
version = "2.30.0";
version = "2.30.2";
src = fetchurl {
url = "https://confluence.ecmwf.int/download/attachments/45757960/eccodes-${version}-Source.tar.gz";
sha256 = "sha256-s9yTidBYQaLpyVeqUgmIpUwmBRY95kt+c8CEqu0fw8Q=";
sha256 = "sha256-ObleQiGxFtyBhlbQTIKIQFXUiuuqKZDCWeqM3/2kJYI=";
};
postPatch = ''