gnu: r-ncdf4: Update to 1.17.
* gnu/packages/cran.scm (r-ncdf4): Update to 1.17.
This commit is contained in:
		
							parent
							
								
									c60ed4d6e6
								
							
						
					
					
						commit
						883f76b8da
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -8993,14 +8993,14 @@ other values.")
 | 
				
			||||||
(define-public r-ncdf4
 | 
					(define-public r-ncdf4
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-ncdf4")
 | 
					    (name "r-ncdf4")
 | 
				
			||||||
    (version "1.16.1")
 | 
					    (version "1.17")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (cran-uri "ncdf4" version))
 | 
					       (uri (cran-uri "ncdf4" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "083sb24anyd4sw0il3x07pqn9rbx5y5ayqass6mz8x443rnjvphd"))))
 | 
					         "1xls44ln2zjrrlimxl8v4bk2ni3g45c9j0gxdnjx31rikmrc95fv"))))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("netcdf" ,netcdf)
 | 
					     `(("netcdf" ,netcdf)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue