gnu: r-impute: Update to 1.70.0.
* gnu/packages/bioconductor.scm (r-impute): Update to 1.70.0.
This commit is contained in:
		
							parent
							
								
									bb2b2f6543
								
							
						
					
					
						commit
						cd9b5f0029
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -4135,13 +4135,13 @@ of other R packages who wish to make use of HTSlib.")
 | 
			
		|||
(define-public r-impute
 | 
			
		||||
  (package
 | 
			
		||||
    (name "r-impute")
 | 
			
		||||
    (version "1.68.0")
 | 
			
		||||
    (version "1.70.0")
 | 
			
		||||
    (source (origin
 | 
			
		||||
              (method url-fetch)
 | 
			
		||||
              (uri (bioconductor-uri "impute" version))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                "0k6dil8ljgp5qr87m7hxli4igb36fbxiwczaqc5pi8mlfh70fqj5"))))
 | 
			
		||||
                "11b0z7py0im6y43k55xpzz5jnvc0ram9rk3n1n4mwhvs0vhy39r2"))))
 | 
			
		||||
    (native-inputs
 | 
			
		||||
     (list gfortran))
 | 
			
		||||
    (build-system r-build-system)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue