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

gnu: r-depecher: Update to 1.8.0.

* gnu/packages/bioconductor.scm (r-depecher): Update to 1.8.0.
This commit is contained in:
Ricardo Wurmus 2021-06-05 08:50:06 +02:00
parent 480dcf3038
commit 9c0b691a29
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -9863,14 +9863,14 @@ delete entire rows with missing data.")
(define-public r-depecher
(package ;Source/Weave error
(name "r-depecher")
(version "1.6.0")
(version "1.8.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "DepecheR" version))
(sha256
(base32
"0c7yv3a7k22nhhw3601n8jdl61cjmlny9b3nfrzsp78mkxi0h469"))))
"04vxc43p3kpsx0vksk2nwmy9p56h35z2mc8j9p2wm29zaz1y8j3p"))))
(properties `((upstream-name . "DepecheR")))
(build-system r-build-system)
(propagated-inputs