me
/
guix
Archived
1
0
Fork 0

gnu: r-biocpkgtools: Update to 1.6.0.

* gnu/packages/bioconductor.scm (r-biocpkgtools): Update to 1.6.0.
master
Ricardo Wurmus 2020-06-13 01:05:46 +02:00
parent 132abe5fcc
commit 1759a13d6e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7904,14 +7904,14 @@ gene selection, testing relationships, and so on.")
(define-public r-biocpkgtools
(package
(name "r-biocpkgtools")
(version "1.4.6")
(version "1.6.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "BiocPkgTools" version))
(sha256
(base32
"0grwnmncmpqcplbfw3j210m1a8f7mmdizklh4zksg4ic21dpjj1a"))))
"0l5fvi1m4834n4h0iswbap135s9mpaiabw9czzn1r72ssz86vrcr"))))
(properties `((upstream-name . "BiocPkgTools")))
(build-system r-build-system)
(propagated-inputs