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

gnu: r-biocpkgtools: Update to 1.8.2.

* gnu/packages/bioconductor.scm (r-biocpkgtools): Update to 1.8.2.
This commit is contained in:
Ricardo Wurmus 2021-05-04 09:03:53 +02:00
parent b75b3ba2c7
commit 3c59d34107
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -9338,14 +9338,14 @@ gene selection, testing relationships, and so on.")
(define-public r-biocpkgtools
(package
(name "r-biocpkgtools")
(version "1.8.0")
(version "1.8.2")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "BiocPkgTools" version))
(sha256
(base32
"12j4vag40zdgrxfzaqvf3ly7776qyziryz04c3jqzgsqfvzvzz8m"))))
"18m816mh1ic0znp38wax8xppai77lkym3w84x4x30x2mf0vriqfw"))))
(properties `((upstream-name . "BiocPkgTools")))
(build-system r-build-system)
(propagated-inputs