gnu: r-qtl: Update to 1.52.
* gnu/packages/cran.scm (r-qtl): Update to 1.52.
This commit is contained in:
		
							parent
							
								
									5ddccfa8b7
								
							
						
					
					
						commit
						8cc19bef26
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -29726,14 +29726,14 @@ covariate (usually group indicator) and the scores.")
 | 
				
			||||||
(define-public r-qtl
 | 
					(define-public r-qtl
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-qtl")
 | 
					    (name "r-qtl")
 | 
				
			||||||
    (version "1.50")
 | 
					    (version "1.52")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (cran-uri "qtl" version))
 | 
					       (uri (cran-uri "qtl" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "1mcy9wlp5lj5f3z4mf3n5li7x32vj67rmhjnzsp8fhfw0ipnaf1d"))))
 | 
					         "0q49g3ar1451whsl6ig7kz4mg8s9zxlcvgkj4ivyw4995wbwc2ij"))))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
    (home-page "https://rqtl.org/")
 | 
					    (home-page "https://rqtl.org/")
 | 
				
			||||||
    (synopsis "R package for analyzing QTL experiments in genetics")
 | 
					    (synopsis "R package for analyzing QTL experiments in genetics")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue