mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: r-modstrings: Update to 1.20.0.
* gnu/packages/bioconductor.scm (r-modstrings): Update to 1.20.0. Change-Id: Ibd73b4256e9b13f8276aa0018e0d6c93cfc88aa8
This commit is contained in:
parent
b7419a5ff5
commit
16a2fd2158
1 changed files with 2 additions and 2 deletions
|
@ -9496,13 +9496,13 @@ (define-public r-mmuphin
|
|||
(define-public r-modstrings
|
||||
(package
|
||||
(name "r-modstrings")
|
||||
(version "1.18.0")
|
||||
(version "1.20.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "Modstrings" version))
|
||||
(sha256
|
||||
(base32 "1jjawwkvdx02ss2vw4ah2b8psgxr01z6r1rkr2pnkmrp2ma7ygks"))))
|
||||
(base32 "0yc8gsgxlww2g9z1m6jl02aqmama10fkr2mvibvdi01s5pqwdbky"))))
|
||||
(properties `((upstream-name . "Modstrings")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-biocgenerics
|
||||
|
|
Loading…
Reference in a new issue