me
/
guix
Archived
1
0
Fork 0

gnu: r-affycomp: Update to 1.76.0.

* gnu/packages/bioconductor.scm (r-affycomp): Update to 1.76.0.
master
Ricardo Wurmus 2023-04-28 17:59:50 +02:00
parent 6a19dd1e21
commit b121b78bda
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5347,14 +5347,14 @@ analysis.")
(define-public r-affycomp
(package
(name "r-affycomp")
(version "1.74.0")
(version "1.76.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "affycomp" version))
(sha256
(base32
"18bxnjcl7cbgwm3yf58608ghwnpci94xgil11zmbpgzgrpv9pkrs"))))
"1bsav6d3dhn2fs7gjd1jvrb448ckxw5l6ikrdv63cdnnjk0dxl62"))))
(properties `((upstream-name . "affycomp")))
(build-system r-build-system)
(propagated-inputs (list r-biobase))