gnu: r-microbenchmark: Update to 1.4-2.1.
* gnu/packages/statistics.scm (r-microbenchmark): Update to 1.4-2.1.
This commit is contained in:
		
							parent
							
								
									bb61b765c0
								
							
						
					
					
						commit
						8e4edf0802
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -769,13 +769,13 @@ generation in R using Literate Programming techniques.")
 | 
			
		|||
(define-public r-microbenchmark
 | 
			
		||||
  (package
 | 
			
		||||
    (name "r-microbenchmark")
 | 
			
		||||
    (version "1.4-2")
 | 
			
		||||
    (version "1.4-2.1")
 | 
			
		||||
    (source (origin
 | 
			
		||||
              (method url-fetch)
 | 
			
		||||
              (uri (cran-uri "microbenchmark" version))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                "05yxvdnkxr2ll94h6f2m5sn3gg7vrlm9nbdxgmj2g8cp8gfxpfkg"))))
 | 
			
		||||
                "0qn5r1a6qidghcisc2hpbdmj62pnixc3zz6p4ipk8mvakf0hdsvg"))))
 | 
			
		||||
    (build-system r-build-system)
 | 
			
		||||
    (propagated-inputs
 | 
			
		||||
     `(("r-ggplot2" ,r-ggplot2)))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue