gnu: r-seriation: Update to 1.3.0.
* gnu/packages/cran.scm (r-seriation): Update to 1.3.0. [propagated-inputs]: Remove r-dendextend and r-gplots.
This commit is contained in:
		
							parent
							
								
									e3f0e6b937
								
							
						
					
					
						commit
						ca62c0720c
					
				
					 1 changed files with 2 additions and 4 deletions
				
			
		| 
						 | 
					@ -5691,21 +5691,19 @@ Markdown documents.")
 | 
				
			||||||
(define-public r-seriation
 | 
					(define-public r-seriation
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-seriation")
 | 
					    (name "r-seriation")
 | 
				
			||||||
    (version "1.2-9")
 | 
					    (version "1.3.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (cran-uri "seriation" version))
 | 
					       (uri (cran-uri "seriation" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "1glxn098ar1v96xlwp85kjxzfd1nyfzp2f82x5z3fm87yv57k4lb"))))
 | 
					         "1vl0zfdvxdccvda8lwkjhg5rivj2q5gjm4qvkqwny6asm06x80ny"))))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("r-cluster" ,r-cluster)
 | 
					     `(("r-cluster" ,r-cluster)
 | 
				
			||||||
       ("r-colorspace" ,r-colorspace)
 | 
					       ("r-colorspace" ,r-colorspace)
 | 
				
			||||||
       ("r-dendextend" ,r-dendextend)
 | 
					 | 
				
			||||||
       ("r-gclus" ,r-gclus)
 | 
					       ("r-gclus" ,r-gclus)
 | 
				
			||||||
       ("r-gplots" ,r-gplots)
 | 
					 | 
				
			||||||
       ("r-mass" ,r-mass)
 | 
					       ("r-mass" ,r-mass)
 | 
				
			||||||
       ("r-qap" ,r-qap)
 | 
					       ("r-qap" ,r-qap)
 | 
				
			||||||
       ("r-registry" ,r-registry)
 | 
					       ("r-registry" ,r-registry)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue