me
/
guix
Archived
1
0
Fork 0

gnu: r-systempiper: Update to 1.10.0.

* gnu/packages/bioinformatics.scm (r-systempiper): Update to 1.10.0.
master
Roel Janssen 2017-04-28 10:31:50 +02:00
parent 34c276f761
commit 026dc7e4fc
No known key found for this signature in database
GPG Key ID: C3EC1DCA843072E1
1 changed files with 2 additions and 2 deletions

View File

@ -5686,14 +5686,14 @@ ungapped alignment formats.")
(define-public r-systempiper
(package
(name "r-systempiper")
(version "1.8.1")
(version "1.10.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "systemPipeR" version))
(sha256
(base32
"0hyi841w8fm2yzpm6lwqi3jz5kc8ny8dy5p29dxynzaw5bpjw56d"))))
"0c3m5rq63ypv15yca97yag5d4vgd7xj9by2a4sd8z0pcmpajz0hw"))))
(properties `((upstream-name . "systemPipeR")))
(build-system r-build-system)
(propagated-inputs