gnu: r-biostrings: Update to 2.40.2.
* gnu/packages/bioinformatics.scm (r-biostrings): Update to 2.40.2.
This commit is contained in:
		
							parent
							
								
									1864e051c9
								
							
						
					
					
						commit
						d104fc607d
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -4862,13 +4862,13 @@ objects.")
 | 
				
			||||||
(define-public r-biostrings
 | 
					(define-public r-biostrings
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-biostrings")
 | 
					    (name "r-biostrings")
 | 
				
			||||||
    (version "2.40.0")
 | 
					    (version "2.40.2")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (bioconductor-uri "Biostrings" version))
 | 
					              (uri (bioconductor-uri "Biostrings" version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "03gyhiz14xy51nzg0glihk1rv19pq4p1aa3y5g23bzcshs67ggj9"))))
 | 
					                "153rfws5sdha324p1nv7jp75ip6ny0f62jzhqcvs46l85h3i8zgh"))))
 | 
				
			||||||
    (properties
 | 
					    (properties
 | 
				
			||||||
     `((upstream-name . "Biostrings")))
 | 
					     `((upstream-name . "Biostrings")))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue