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

gnu: r-copywriter: Update to 2.26.0.

* gnu/packages/bioconductor.scm (r-copywriter): Update to 2.26.0.
This commit is contained in:
Ricardo Wurmus 2021-11-04 22:04:01 +00:00
parent e5d90645ea
commit f34bcc5c6b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2571,14 +2571,14 @@ self-defined annotation graphics.")
(define-public r-copywriter
(package
(name "r-copywriter")
(version "2.24.0")
(version "2.26.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "CopywriteR" version))
(sha256
(base32
"0pacs714d9b1fdz68pp9ca0x77d376s19lxb82np4l9fgx0rgkxp"))))
"0xm5gjzi4r1xzyn7r669blqxhyhmbk9rh9k2gn696j14hbhc1hcy"))))
(properties `((upstream-name . "CopywriteR")))
(build-system r-build-system)
(propagated-inputs