mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-affyplm: Update to 1.76.1.
* gnu/packages/bioconductor.scm (r-affyplm): Update to 1.76.1.
This commit is contained in:
parent
7a58dc01d3
commit
0861bca905
1 changed files with 2 additions and 2 deletions
|
@ -2376,13 +2376,13 @@ (define-public r-affylmgui
|
|||
(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))
|
||||
|
|
Loading…
Reference in a new issue