gnu: r-protviz: Update to 0.5.1.

* gnu/packages/cran.scm (r-protviz): Update to 0.5.1.
[inputs]: Remove perl and python-2.
This commit is contained in:
Ricardo Wurmus 2019-11-24 15:09:36 +01:00
parent 138fbdf354
commit 401cc85e61
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -11218,19 +11218,16 @@ (define-public r-rbamtools
(define-public r-protviz
(package
(name "r-protviz")
(version "0.4.0")
(version "0.5.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "protViz" version))
(sha256
(base32
"150i2q4nakz28f39kmhrchz4qsr8ax6y02512md94k8hq4hamxg1"))))
"0cznzm1ijlq33yd5wsa61prav77y2vi698w0n2fx1xcv504c4bjv"))))
(properties `((upstream-name . "protViz")))
(build-system r-build-system)
(inputs
`(("perl" ,perl)
("python-2" ,python-2)))
(propagated-inputs `(("r-rcpp" ,r-rcpp)))
(home-page "https://github.com/protViz/protViz/")
(synopsis "Visualizing and analyzing mass spectrometry data in proteomics")