mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: r-fmcsr: Update to 1.44.0.
* gnu/packages/bioconductor.scm (r-fmcsr): Update to 1.44.0. Change-Id: Ie4da389382e4d3836342be872a88dcbeb69f59ed
This commit is contained in:
parent
dadf10ed8b
commit
be0482d40f
1 changed files with 2 additions and 2 deletions
|
@ -19291,13 +19291,13 @@ (define-public r-chemminer
|
|||
(define-public r-fmcsr
|
||||
(package
|
||||
(name "r-fmcsr")
|
||||
(version "1.42.0")
|
||||
(version "1.44.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "fmcsR" version))
|
||||
(sha256
|
||||
(base32 "0ci77gbz93i3s2j2gjp7y3ssn6bcdcmqnl23smnjai7qjmln64dp"))))
|
||||
(base32 "17il9mi1iagl474ia1lz0ajx1wq67jw5famkr1fmjlis8ymw8hnd"))))
|
||||
(properties `((upstream-name . "fmcsR")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue