Archived
1
0
Fork 0

gnu: r-mzr: Update to 2.20.0.

* gnu/packages/bioinformatics.scm (r-mzr): Update to 2.20.0.
This commit is contained in:
Ricardo Wurmus 2019-12-15 14:57:50 +01:00
parent 418d72142c
commit 3381dc4b5c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -9202,14 +9202,14 @@ proteomics packages.")
(define-public r-mzr (define-public r-mzr
(package (package
(name "r-mzr") (name "r-mzr")
(version "2.18.1") (version "2.20.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "mzR" version)) (uri (bioconductor-uri "mzR" version))
(sha256 (sha256
(base32 (base32
"1pr1pcrg3r3pccm5ag6l8ic6rpqbk9jnlb9mm7g4ak5jwrajbzjq")) "1cwd7phlc5jbx6r6cznyfbdpvcin5fvsaasbbi65zn0s92a80r13"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin
@ -9231,7 +9231,7 @@ proteomics packages.")
#t))))) #t)))))
(inputs (inputs
`(;; Our default boost package won't work here, unfortunately, even with `(;; Our default boost package won't work here, unfortunately, even with
;; mzR version 2.18.1. ;; mzR version 2.20.0.
("boost" ,boost-for-mysql) ; use this instead of the bundled boost sources ("boost" ,boost-for-mysql) ; use this instead of the bundled boost sources
("zlib" ,zlib))) ("zlib" ,zlib)))
(propagated-inputs (propagated-inputs