Merge pull request #275382 from r-ryantm/auto-update/python310Packages.eccodes

python310Packages.eccodes: 2.32.1 -> 2.33.0
This commit is contained in:
Weijia Wang 2024-01-03 20:16:56 +01:00 committed by GitHub
commit ba6ca313f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,11 +16,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "eccodes"; pname = "eccodes";
version = "2.32.1"; version = "2.33.0";
src = fetchurl { src = fetchurl {
url = "https://confluence.ecmwf.int/download/attachments/45757960/eccodes-${version}-Source.tar.gz"; url = "https://confluence.ecmwf.int/download/attachments/45757960/eccodes-${version}-Source.tar.gz";
sha256 = "sha256-rSrBvzZXex01xKdxtNF0oG9SKh5e9sH15Tp5X7Ykhj4="; sha256 = "sha256-vc7IzmNlTsaANADFB/ASIKmqQDpF+mtb3/f9zET9fa8=";
}; };
postPatch = '' postPatch = ''