gnu: r-zip: Update to 2.0.2.
* gnu/packages/cran.scm (r-zip): Update to 2.0.2.
This commit is contained in:
		
							parent
							
								
									756f2d3527
								
							
						
					
					
						commit
						394d118dea
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -4975,14 +4975,14 @@ misclassification probabilities of different models.")
 | 
				
			||||||
(define-public r-zip
 | 
					(define-public r-zip
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-zip")
 | 
					    (name "r-zip")
 | 
				
			||||||
    (version "2.0.1")
 | 
					    (version "2.0.2")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (cran-uri "zip" version))
 | 
					       (uri (cran-uri "zip" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "0cchbzp2s2qz7r4n9qdwgfgik5xzr0dzxmj25r8435i85k86ysi1"))))
 | 
					         "1xvgs7mhxi0sdp5ix4nisqm9lf8f75b7ip7b1hqpq9bzh0x6z8ix"))))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
    (home-page "https://github.com/gaborcsardi/zip")
 | 
					    (home-page "https://github.com/gaborcsardi/zip")
 | 
				
			||||||
    (synopsis "Cross-platform Zip compression")
 | 
					    (synopsis "Cross-platform Zip compression")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue