about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-03-30 06:27:57 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-03-30 06:27:57 +0000
commite96fa035096cd84515d099d8ee6414a8e72fd619 (patch)
tree8b164b47e3e7c9a5181a388358d52094bf2cc9ee
parentd04396da8bf320f41a2bd939f2f4eb83a586b3b2 (diff)
downloadnixlib-e96fa035096cd84515d099d8ee6414a8e72fd619.tar
nixlib-e96fa035096cd84515d099d8ee6414a8e72fd619.tar.gz
nixlib-e96fa035096cd84515d099d8ee6414a8e72fd619.tar.bz2
nixlib-e96fa035096cd84515d099d8ee6414a8e72fd619.tar.lz
nixlib-e96fa035096cd84515d099d8ee6414a8e72fd619.tar.xz
nixlib-e96fa035096cd84515d099d8ee6414a8e72fd619.tar.zst
nixlib-e96fa035096cd84515d099d8ee6414a8e72fd619.zip
netcdf: 4.7.3 -> 4.7.4
-rw-r--r--pkgs/development/libraries/netcdf/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/netcdf/default.nix b/pkgs/development/libraries/netcdf/default.nix
index 1436fb021271..925cd7649e26 100644
--- a/pkgs/development/libraries/netcdf/default.nix
+++ b/pkgs/development/libraries/netcdf/default.nix
@@ -10,11 +10,11 @@ let
   mpi = hdf5.mpi;
 in stdenv.mkDerivation rec {
   pname = "netcdf";
-  version = "4.7.3";
+  version = "4.7.4";
 
   src = fetchurl {
     url = "https://www.unidata.ucar.edu/downloads/netcdf/ftp/${pname}-c-${version}.tar.gz";
-    sha256 = "12s4w2s96p51hlsa81lw92w56rdx8i3mk21pz2ydwcamw579z34f";
+    sha256 = "1a2fpp15a2rl1m50gcvvzd9y6bavl6vjf9zzf63sz5gdmq06yiqf";
   };
 
   postPatch = ''
@@ -47,7 +47,7 @@ in stdenv.mkDerivation rec {
   meta = {
       description = "Libraries for the Unidata network Common Data Format";
       platforms = stdenv.lib.platforms.unix;
-      homepage = https://www.unidata.ucar.edu/software/netcdf/;
+      homepage = "https://www.unidata.ucar.edu/software/netcdf/";
       license = {
         url = https://www.unidata.ucar.edu/software/netcdf/docs/copyright.html;
       };