me
/
guix
Archived
1
0
Fork 0

gnu: r-affyplm: Update to 1.76.1.

* gnu/packages/bioconductor.scm (r-affyplm): Update to 1.76.1.
master
Ricardo Wurmus 2023-05-09 15:23:53 +02:00
parent 7a58dc01d3
commit 0861bca905
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2376,13 +2376,13 @@ limma packages.")
(define-public r-affyplm
(package
(name "r-affyplm")
(version "1.76.0")
(version "1.76.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "affyPLM" version))
(sha256
(base32 "0lb8xqq1iqxkn8jnavp1cprws4sxs5bqgby7fzk9m6c9d1jv3v36"))))
(base32 "1660nn4541f2k5qpzxkkkf9h92ndzqr0j1jpzh4czs466766kn8y"))))
(properties `((upstream-name . "affyPLM")))
(build-system r-build-system)
(inputs (list zlib))