gnu: r-enrichr: Update to 2.1.

* gnu/packages/cran.scm (r-enrichr): Update to 2.1.
master
Ricardo Wurmus 2019-09-02 14:34:32 +02:00
parent d64ac92f6c
commit 7a90573fd0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -14643,14 +14643,14 @@ and model output.")
(define-public r-enrichr
(package
(name "r-enrichr")
(version "2.0")
(version "2.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "enrichR" version))
(sha256
(base32
"056m6hksfss29fj7zvlk7pbh8g3gq84kjh3240isrsnhp9m1h9iz"))))
"0ymhzs9d2wl0s9rvbqc1hqb78mlzwhlc7mmijpfqkm5r720pf6m1"))))
(properties `((upstream-name . "enrichR")))
(build-system r-build-system)
(propagated-inputs