gnu: r-gdsfmt: Update to 1.34.1.
* gnu/packages/bioconductor.scm (r-gdsfmt): Update to 1.34.1.
This commit is contained in:
parent
5ccd264893
commit
cb85ea56a2
1 changed files with 2 additions and 2 deletions
|
@ -15860,14 +15860,14 @@ metrics, with methods for objects produced by the @code{methylumi} and
|
||||||
(define-public r-gdsfmt
|
(define-public r-gdsfmt
|
||||||
(package
|
(package
|
||||||
(name "r-gdsfmt")
|
(name "r-gdsfmt")
|
||||||
(version "1.34.0")
|
(version "1.34.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "gdsfmt" version))
|
(uri (bioconductor-uri "gdsfmt" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ck3qq4vhjp6vvicpldr7d2rkpspp5albjkbqjbshnbq11fhrk06"))
|
"1sx7yw44djrnc6km8fip3w3vclkgz5s0w6ibp8lpvmjcay8nv2sx"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
;; Remove bundled sources of zlib, lz4, and xz. Don't attempt to build
|
;; Remove bundled sources of zlib, lz4, and xz. Don't attempt to build
|
||||||
;; them and link with system libraries instead.
|
;; them and link with system libraries instead.
|
||||||
|
|
Reference in a new issue