gnu: r-gdsfmt: Update to 1.28.1.
* gnu/packages/bioconductor.scm (r-gdsfmt): Update to 1.28.1.master
parent
494b7c4eca
commit
74e2186731
|
@ -10528,14 +10528,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.28.0")
|
(version "1.28.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
|
||||||
"119qdivd7vaaqkjb0nrwidi6g26hh8znhif3g4prqn7x5pl2clvy"))
|
"1w3z718q3bhh8bp71va9pbcd62pwbvgjw33ffg960jya40xssvc7"))
|
||||||
(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 New Issue