gnu: r-haven: Update to 1.1.2.
* gnu/packages/cran.scm (r-haven): Update to 1.1.2. [inputs]: Add zlib.
This commit is contained in:
		
							parent
							
								
									e077186334
								
							
						
					
					
						commit
						35b3236732
					
				
					 1 changed files with 4 additions and 2 deletions
				
			
		| 
						 | 
					@ -246,15 +246,17 @@ into a pipeline of data manipulation and visualisation.")
 | 
				
			||||||
(define-public r-haven
 | 
					(define-public r-haven
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-haven")
 | 
					    (name "r-haven")
 | 
				
			||||||
    (version "1.1.1")
 | 
					    (version "1.1.2")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (cran-uri "haven" version))
 | 
					       (uri (cran-uri "haven" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "1fkcvsrnw8waqwggv0aydbvbi99x5kp9g78xfxj4w6s3xvdzcysz"))))
 | 
					         "0pp8xjf5lzqg1wr8cwxj4njx99vxwlflwjrd7jvyzwlfpwh7n1qa"))))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
 | 
					    (inputs
 | 
				
			||||||
 | 
					     `(("zlib" ,zlib)))
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("r-forcats" ,r-forcats)
 | 
					     `(("r-forcats" ,r-forcats)
 | 
				
			||||||
       ("r-hms" ,r-hms)
 | 
					       ("r-hms" ,r-hms)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue