mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05:00
gnu: r-gdsfmt: Update to 1.30.0.
* gnu/packages/bioconductor.scm (r-gdsfmt): Update to 1.30.0.
This commit is contained in:
parent
f3e1fe2b2f
commit
0837205009
1 changed files with 2 additions and 2 deletions
|
@ -10587,14 +10587,14 @@ (define-public r-watermelon
|
|||
(define-public r-gdsfmt
|
||||
(package
|
||||
(name "r-gdsfmt")
|
||||
(version "1.28.1")
|
||||
(version "1.30.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "gdsfmt" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1w3z718q3bhh8bp71va9pbcd62pwbvgjw33ffg960jya40xssvc7"))
|
||||
"147i33sb65n3cl3ibmjzgfm7i4ljy640k18mzknvc18v1906j9vp"))
|
||||
(modules '((guix build utils)))
|
||||
;; Remove bundled sources of zlib, lz4, and xz. Don't attempt to build
|
||||
;; them and link with system libraries instead.
|
||||
|
|
Loading…
Reference in a new issue