me
/
guix
Archived
1
0
Fork 0

gnu: r-depecher: Update to 1.16.0.

* gnu/packages/bioconductor.scm (r-depecher): Update to 1.16.0.
master
Ricardo Wurmus 2023-04-28 19:01:18 +02:00
parent 043d2dd022
commit c5aba0be7c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -15623,14 +15623,14 @@ delete entire rows with missing data.")
(define-public r-depecher
(package ;Source/Weave error
(name "r-depecher")
(version "1.14.0")
(version "1.16.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "DepecheR" version))
(sha256
(base32
"1j4gxgw1s3a0nm888k02qi1smxqsplc42827ks666md025h9bxcj"))))
"1kn1w1fs19gjvg8nhbvj6hyp32h6k81dnal4ab12xl1jgaa3xj5p"))))
(properties `((upstream-name . "DepecheR")))
(build-system r-build-system)
(propagated-inputs