gnu: r-annotationfilter: Update to 1.20.0.
* gnu/packages/bioconductor.scm (r-annotationfilter): Update to 1.20.0.
This commit is contained in:
		
							parent
							
								
									0dcb2df4e1
								
							
						
					
					
						commit
						3db3797305
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -2878,13 +2878,13 @@ annotation data packages using SQLite data storage.")
 | 
				
			||||||
(define-public r-annotationfilter
 | 
					(define-public r-annotationfilter
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-annotationfilter")
 | 
					    (name "r-annotationfilter")
 | 
				
			||||||
    (version "1.18.0")
 | 
					    (version "1.20.0")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (bioconductor-uri "AnnotationFilter" version))
 | 
					              (uri (bioconductor-uri "AnnotationFilter" version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "15fp1228yb06jm5cblvhw3qv9mlpbjfggaz2nvi3p46mby1vs64w"))))
 | 
					                "082lpcd6yr2nkxndlck2wqqd3nfdx7lnpw8barxgv41q4l7v4ald"))))
 | 
				
			||||||
    (properties
 | 
					    (properties
 | 
				
			||||||
     `((upstream-name . "AnnotationFilter")))
 | 
					     `((upstream-name . "AnnotationFilter")))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue