mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-gdsfmt: Update to 1.42.1.
* gnu/packages/bioconductor.scm (r-gdsfmt): Update to 1.42.1. [properties]: Record updater-extra-native-inputs. Change-Id: Ibcea9f259f8bf1ae1fc8eedd64f2942c98785dcd
This commit is contained in:
parent
60bed6ded7
commit
f1106337ec
1 changed files with 4 additions and 3 deletions
|
@ -22090,14 +22090,14 @@ metrics, with methods for objects produced by the @code{methylumi} and
|
|||
(define-public r-gdsfmt
|
||||
(package
|
||||
(name "r-gdsfmt")
|
||||
(version "1.42.0")
|
||||
(version "1.42.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "gdsfmt" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0snq2n202gfzx4mk7h2nkmz48nralq3hr20qgarxmk6kcw97zav4"))
|
||||
"058qh3vbxj9ix8fn995l66ynjzd40lxs9qr1vq7v2fxbmy4rzc0q"))
|
||||
(modules '((guix build utils)))
|
||||
;; Remove bundled sources of zlib, lz4, and xz. Don't attempt to build
|
||||
;; them and link with system libraries instead.
|
||||
|
@ -22122,7 +22122,8 @@ metrics, with methods for objects produced by the @code{methylumi} and
|
|||
(string-append "include <" header ">")))))))
|
||||
(properties
|
||||
`((upstream-name . "gdsfmt")
|
||||
(updater-extra-inputs . ("lz4" "xz" "zlib"))))
|
||||
(updater-extra-inputs . ("lz4" "xz" "zlib"))
|
||||
(updater-extra-native-inputs . ("r-matrix"))))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
(list lz4 xz zlib))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue