gnu: r-gprofiler2: Update to 0.2.0.

* gnu/packages/cran.scm (r-gprofiler2): Update to 0.2.0.
This commit is contained in:
Ricardo Wurmus 2020-08-30 23:27:48 +02:00
parent 4d2ce7e675
commit 314155c943
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -305,14 +305,14 @@ (define-public r-gprofiler
(define-public r-gprofiler2
(package
(name "r-gprofiler2")
(version "0.1.9")
(version "0.2.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "gprofiler2" version))
(sha256
(base32
"112hmmvdwg8xz90w1bsbzc55y4xi9jj4dqy0q4bsgp49x58r92rb"))))
"0q8hl3gdxy34c0181ql405fdklz82nfvmwdcafd5mzf935rjpyjg"))))
(properties `((upstream-name . "gprofiler2")))
(build-system r-build-system)
(propagated-inputs