mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-biocthis: Update to 1.10.3.
* gnu/packages/bioconductor.scm (r-biocthis): Update to 1.10.3.
This commit is contained in:
parent
165a4755a4
commit
cbdaf26d0c
1 changed files with 2 additions and 2 deletions
|
@ -20391,14 +20391,14 @@ Python environments in a single R session.")
|
||||||
(define-public r-biocthis
|
(define-public r-biocthis
|
||||||
(package
|
(package
|
||||||
(name "r-biocthis")
|
(name "r-biocthis")
|
||||||
(version "1.10.1")
|
(version "1.10.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "biocthis" version))
|
(uri (bioconductor-uri "biocthis" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1kmgahjyyrvs475as24yk0jniswjaa507q6zs8zq8jjqa26gy6zj"))))
|
"1v0qrypdzl1bg85k8i7qamb6709cgk4ypmisjh6bn5r36nqd5qx4"))))
|
||||||
(properties `((upstream-name . "biocthis")))
|
(properties `((upstream-name . "biocthis")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue