me
/
guix
Archived
1
0
Fork 0

gnu: r-biocpkgtools: Update to 1.14.1.

* gnu/packages/bioconductor.scm (r-biocpkgtools): Update to 1.14.1.
master
Ricardo Wurmus 2022-10-03 18:20:57 +02:00
parent 9af834ad37
commit 78ff15ae42
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -14032,14 +14032,14 @@ gene selection, testing relationships, and so on.")
(define-public r-biocpkgtools
(package
(name "r-biocpkgtools")
(version "1.14.0")
(version "1.14.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "BiocPkgTools" version))
(sha256
(base32
"1v0824vmg49q9lh0igdyniryyknw6vmh462rn25kmg9hdna0w99h"))))
"0akryshjdn227a8ir8r0lb59v060h58rhy5vjmdxax8p81ajzxkd"))))
(properties `((upstream-name . "BiocPkgTools")))
(build-system r-build-system)
(propagated-inputs