3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-rcas: Update to 1.10.1.

* gnu/packages/bioinformatics.scm (r-rcas): Update to 1.10.1.
This commit is contained in:
Ricardo Wurmus 2019-08-06 15:40:38 +02:00
parent 76d9b08e1b
commit afe4be49f1
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8354,13 +8354,13 @@ paired-end data.")
(define-public r-rcas
(package
(name "r-rcas")
(version "1.10.0")
(version "1.10.1")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "RCAS" version))
(sha256
(base32
"1h4vf5gzilqbdrd8m9l3zc2m4sca8cir8366a7njgd558k7ld5kl"))))
"06z5zmdi34jblw37z6ff8hb6lvvi0chwr37acwqfn8d27ax9lakz"))))
(properties `((upstream-name . "RCAS")))
(build-system r-build-system)
(propagated-inputs