gnu: r-annotationforge: Update to 1.26.0.
* gnu/packages/bioinformatics.scm (r-annotationforge): Update to 1.26.0.
This commit is contained in:
		
							parent
							
								
									0a58282de7
								
							
						
					
					
						commit
						7f737246d8
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -6760,14 +6760,14 @@ exploration of the results.")
 | 
				
			||||||
(define-public r-annotationforge
 | 
					(define-public r-annotationforge
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-annotationforge")
 | 
					    (name "r-annotationforge")
 | 
				
			||||||
    (version "1.24.0")
 | 
					    (version "1.26.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (bioconductor-uri "AnnotationForge" version))
 | 
					       (uri (bioconductor-uri "AnnotationForge" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "13yvhf3yskmvhs8szs6rkw93h81h5xqa3h19h91pp6nprhc8s3ll"))))
 | 
					         "0m4w8n2711wr28znv646cfc7m5jqlr8friz334zdyjmhg7m2xkb7"))))
 | 
				
			||||||
    (properties
 | 
					    (properties
 | 
				
			||||||
     `((upstream-name . "AnnotationForge")))
 | 
					     `((upstream-name . "AnnotationForge")))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue