mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-annotatr: Update to 1.34.0.
* gnu/packages/bioconductor.scm (r-annotatr): Update to 1.34.0. Change-Id: I1d0d5fe49a61431aa171b1bdbea679643704b922
This commit is contained in:
parent
84469e8b1e
commit
8e3d77518b
1 changed files with 2 additions and 2 deletions
|
@ -21316,14 +21316,14 @@ datasets.")
|
||||||
(define-public r-annotatr
|
(define-public r-annotatr
|
||||||
(package
|
(package
|
||||||
(name "r-annotatr")
|
(name "r-annotatr")
|
||||||
(version "1.32.0")
|
(version "1.34.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "annotatr" version))
|
(uri (bioconductor-uri "annotatr" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"11j633mhm4b0ndl6mbqqwgz7rsggb7gzr3yhvamrnvag7l4wzvss"))))
|
"00d0q534apwnzal3xabgcgcd659zsg73xb3md756caipx7qlcam8"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
;; 5 tests need internet access.
|
;; 5 tests need internet access.
|
||||||
(arguments (list #:tests? #false))
|
(arguments (list #:tests? #false))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue