gnu: r-e1071: Update to 1.7-0.1.
* gnu/packages/statistics.scm (r-e1071): Update to 1.7-0.1.
This commit is contained in:
		
							parent
							
								
									82dad63ef7
								
							
						
					
					
						commit
						c21c5188f4
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -3324,14 +3324,14 @@ Stochastic Neighbor Embedding using a Barnes-Hut implementation.")
 | 
			
		|||
(define-public r-e1071
 | 
			
		||||
  (package
 | 
			
		||||
    (name "r-e1071")
 | 
			
		||||
    (version "1.7-0")
 | 
			
		||||
    (version "1.7-0.1")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method url-fetch)
 | 
			
		||||
       (uri (cran-uri "e1071" version))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32
 | 
			
		||||
         "0fk4pw67cw1663d0n9rf1qfdqzz8k5nqkjgp3hi5jr422qp9lsck"))))
 | 
			
		||||
         "11fqm4shmksalkazcwvzfknp3amigw7fr8wdwanqa5v5kx7ihyq9"))))
 | 
			
		||||
    (build-system r-build-system)
 | 
			
		||||
    (propagated-inputs
 | 
			
		||||
     `(("r-class" ,r-class)))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue