gnu: r-matrixgenerics: Update to 1.8.1.
* gnu/packages/bioconductor.scm (r-matrixgenerics): Update to 1.8.1.
This commit is contained in:
		
							parent
							
								
									605eda07df
								
							
						
					
					
						commit
						7ff0669cee
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -6675,13 +6675,13 @@ enrichedGO (addGeneIDs).")
 | 
				
			||||||
(define-public r-matrixgenerics
 | 
					(define-public r-matrixgenerics
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
   (name "r-matrixgenerics")
 | 
					   (name "r-matrixgenerics")
 | 
				
			||||||
   (version "1.8.0")
 | 
					   (version "1.8.1")
 | 
				
			||||||
   (source (origin
 | 
					   (source (origin
 | 
				
			||||||
            (method url-fetch)
 | 
					            (method url-fetch)
 | 
				
			||||||
            (uri (bioconductor-uri "MatrixGenerics" version))
 | 
					            (uri (bioconductor-uri "MatrixGenerics" version))
 | 
				
			||||||
            (sha256
 | 
					            (sha256
 | 
				
			||||||
             (base32
 | 
					             (base32
 | 
				
			||||||
              "0s7s39v9lqniirjgp8lbmffw0c8rsp6bndgzy1zlyh5vivfih0f5"))))
 | 
					              "1liblnpziyyjxzrhdd5d89ilvfqqhbl87h3hsmdm0kwnmc73r37f"))))
 | 
				
			||||||
   (properties
 | 
					   (properties
 | 
				
			||||||
    `((upstream-name . "MatrixGenerics")))
 | 
					    `((upstream-name . "MatrixGenerics")))
 | 
				
			||||||
   (build-system r-build-system)
 | 
					   (build-system r-build-system)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue