gnu: r-tune: Update to 1.1.0.
* gnu/packages/cran.scm (r-tune): Update to 1.1.0.
This commit is contained in:
		
							parent
							
								
									c8d6f549b1
								
							
						
					
					
						commit
						2a6c0502db
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -33318,14 +33318,14 @@ for creating, simulating, or validating values for such parameters.")
 | 
				
			||||||
(define-public r-tune
 | 
					(define-public r-tune
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-tune")
 | 
					    (name "r-tune")
 | 
				
			||||||
    (version "1.0.1")
 | 
					    (version "1.1.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (cran-uri "tune" version))
 | 
					       (uri (cran-uri "tune" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "044bz8g3p8vj97w9ycpiw39iakzghxbqzmb4lxqpplpxymc8ybkm"))))
 | 
					         "1pp3pgxwpqihxfjwf9mb5rc0yv60q47n7z399z21zp4jbwryxymh"))))
 | 
				
			||||||
    (properties `((upstream-name . "tune")))
 | 
					    (properties `((upstream-name . "tune")))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue