mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
gnu: r-gdsfmt: Update to 1.38.0.
* gnu/packages/bioconductor.scm (r-gdsfmt): Update to 1.38.0. Change-Id: If6494e1a21fcde1e63ace19746346368234a8f6b
This commit is contained in:
parent
b90a54605a
commit
86bc7de016
1 changed files with 2 additions and 2 deletions
|
@ -18128,14 +18128,14 @@ (define-public r-watermelon
|
||||||
(define-public r-gdsfmt
|
(define-public r-gdsfmt
|
||||||
(package
|
(package
|
||||||
(name "r-gdsfmt")
|
(name "r-gdsfmt")
|
||||||
(version "1.36.1")
|
(version "1.38.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "gdsfmt" version))
|
(uri (bioconductor-uri "gdsfmt" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"11qib2znznzvyb0x9qm1nfg9lhyqy63yrdjicy7n3n6l8dfd2lx7"))
|
"03qgiww523kijrkciln3fw3djn20rnvwz2j0i3p518h6fbl7vlpm"))
|
||||||
(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.
|
||||||
|
|
Loading…
Reference in a new issue