gnu: r-mzr: Update to 2.34.1.
* gnu/packages/bioconductor.scm (r-mzr): Update to 2.34.1. [properties]: Tell updater to not remove the "boost" input.
This commit is contained in:
parent
ee50cae529
commit
b10bff65be
1 changed files with 5 additions and 3 deletions
|
@ -8016,18 +8016,20 @@ specific parser.")
|
||||||
(define-public r-mzr
|
(define-public r-mzr
|
||||||
(package
|
(package
|
||||||
(name "r-mzr")
|
(name "r-mzr")
|
||||||
(version "2.34.0")
|
(version "2.34.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "mzR" version))
|
(uri (bioconductor-uri "mzR" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0dz9wqaawhkvswv4035xknlicia0m79r8n666s1yf59cfpmdqgs3"))
|
"1jsna4xwyph1gg72wwqlpavb65g5nc3db1vmcs1qcw1mdgasdjhk"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(delete-file-recursively "src/boost"))))
|
'(delete-file-recursively "src/boost"))))
|
||||||
(properties `((upstream-name . "mzR")))
|
(properties
|
||||||
|
`((upstream-name . "mzR")
|
||||||
|
(updater-extra-inputs . ("boost"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Reference in a new issue