gnu: r-callr: Update to 3.4.4.
* gnu/packages/cran.scm (r-callr): Update to 3.4.4.
This commit is contained in:
		
							parent
							
								
									c629dce1df
								
							
						
					
					
						commit
						adde909369
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -784,14 +784,14 @@ same time tries to group instances from the same class together.")
 | 
				
			||||||
(define-public r-callr
 | 
					(define-public r-callr
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-callr")
 | 
					    (name "r-callr")
 | 
				
			||||||
    (version "3.4.3")
 | 
					    (version "3.4.4")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (cran-uri "callr" version))
 | 
					       (uri (cran-uri "callr" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "1dc20gdawy9mhnc452qlshv2p4krs6c2gymvpv365mn141zjgdq1"))))
 | 
					         "1hgc4mfwv83104fh93v8g2srpwzjayq7krgzi9r0apq784r61642"))))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("r-r6" ,r-r6)
 | 
					     `(("r-r6" ,r-r6)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue