gnu: r-zlibbioc: Update to 1.22.0.
* gnu/packages/bioinformatics.scm (r-zlibbioc): Update to 1.22.0.
This commit is contained in:
		
							parent
							
								
									a7b90ea990
								
							
						
					
					
						commit
						8444f6067a
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -7549,13 +7549,13 @@ two-dimensional genome scans.")
 | 
				
			||||||
(define-public r-zlibbioc
 | 
					(define-public r-zlibbioc
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-zlibbioc")
 | 
					    (name "r-zlibbioc")
 | 
				
			||||||
    (version "1.20.0")
 | 
					    (version "1.22.0")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (bioconductor-uri "zlibbioc" version))
 | 
					              (uri (bioconductor-uri "zlibbioc" version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0hbk90q5hl0fycfvy5nxxa4hxgglag9lzp7i0fg849bqygg5nbyq"))))
 | 
					                "1kdgwwlh39mgwzj3zq71za4iv40sq625ghnyrndv5wrivrcr2igv"))))
 | 
				
			||||||
    (properties
 | 
					    (properties
 | 
				
			||||||
     `((upstream-name . "zlibbioc")))
 | 
					     `((upstream-name . "zlibbioc")))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue