mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-mzr: Update to 2.42.0.
* gnu/packages/bioconductor.scm (r-mzr): Update to 2.42.0. [native-inputs]: Remove r-codetools. Change-Id: I7f0322706c0f78add16e1961b75f84cf5d47fcfc
This commit is contained in:
parent
1224783dda
commit
e7a8b91be8
1 changed files with 3 additions and 3 deletions
|
@ -11774,14 +11774,14 @@ specific parser.")
|
|||
(define-public r-mzr
|
||||
(package
|
||||
(name "r-mzr")
|
||||
(version "2.40.0")
|
||||
(version "2.42.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "mzR" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1vqd9arlhvhw58jk2r343x6dqbv85ckgzjk04hi3pb6w5z0yvks4"))
|
||||
"0sm6scdrswxv67yz2kg5n4n4354j9pxxq0bzc6jgkh0y97k6vw9r"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(delete-file-recursively "src/boost"))))
|
||||
|
@ -11812,7 +11812,7 @@ specific parser.")
|
|||
r-rcpp
|
||||
r-rhdf5lib))
|
||||
(native-inputs
|
||||
(list r-codetools r-knitr r-msdata r-mzid r-runit r-xml))
|
||||
(list r-knitr r-msdata r-mzid r-runit r-xml))
|
||||
(home-page "https://github.com/sneumann/mzR/")
|
||||
(synopsis "Parser for mass spectrometry data files")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue