gnu: r-dofuture: Update to 0.12.2.
* gnu/packages/cran.scm (r-dofuture): Update to 0.12.2.
This commit is contained in:
		
							parent
							
								
									256e1f2358
								
							
						
					
					
						commit
						c00b0070bf
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -10861,14 +10861,14 @@ both to consistency and asymptotic normality.")
 | 
				
			||||||
(define-public r-dofuture
 | 
					(define-public r-dofuture
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-dofuture")
 | 
					    (name "r-dofuture")
 | 
				
			||||||
    (version "0.12.1")
 | 
					    (version "0.12.2")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (cran-uri "doFuture" version))
 | 
					       (uri (cran-uri "doFuture" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "0fhk32ih9cbwxw3mvkddqjv0dsaw9xk8qjdslfcabvmixhnh3s6m"))))
 | 
					         "0w07pmzpsfq4kvfc745s1i9b6dfn1df1wrfi4s9ys4ir3g2s8nk1"))))
 | 
				
			||||||
    (properties `((upstream-name . "doFuture")))
 | 
					    (properties `((upstream-name . "doFuture")))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue