mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-massspecwavelet: Update to 1.72.1.
* gnu/packages/bioconductor.scm (r-massspecwavelet): Update to 1.72.1. [native-inputs]: Remove r-runit. Change-Id: If766fffb4f66a1078423d76f962d3090aaf9080d
This commit is contained in:
parent
f8b32e6ec4
commit
18df9ef851
1 changed files with 3 additions and 3 deletions
|
@ -20015,19 +20015,19 @@ genes.")
|
|||
(define-public r-massspecwavelet
|
||||
(package
|
||||
(name "r-massspecwavelet")
|
||||
(version "1.72.0")
|
||||
(version "1.72.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "MassSpecWavelet" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0nxfadb19k40y7l20sw9casq1cabgbfz64jqv9yv911mr6l6m6fs"))))
|
||||
"0na7zqp2xblz4pjchsgwcabhci15pxnmnzlyr6yihlavf83b53cg"))))
|
||||
(properties
|
||||
`((upstream-name . "MassSpecWavelet")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
(list r-knitr r-runit))
|
||||
(list r-knitr))
|
||||
(home-page "https://bioconductor.org/packages/MassSpecWavelet/")
|
||||
(synopsis "Mass spectrum processing by wavelet-based algorithms")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue