mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-biocmanager: Update to 1.30.25.
* gnu/packages/cran.scm (r-biocmanager): Update to 1.30.25. Change-Id: I9565f981692c6a4932680e96f016dc9954cb9f60
This commit is contained in:
parent
05b194899e
commit
bfdf94748f
1 changed files with 2 additions and 2 deletions
|
@ -19519,13 +19519,13 @@ (define-public r-ncmisc
|
|||
(define-public r-biocmanager
|
||||
(package
|
||||
(name "r-biocmanager")
|
||||
(version "1.30.24")
|
||||
(version "1.30.25")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "BiocManager" version))
|
||||
(sha256
|
||||
(base32 "1lf7bsamjgyxcrqiapqijhs1lv706sypi1ihrdvd9ns4n4xl4p34"))))
|
||||
(base32 "058ym2j400xj8v4k02b6r3wy3lrs1nk909f6x3hhydf7vibqpvw3"))))
|
||||
(properties `((upstream-name . "BiocManager")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue