mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 08:51:48 -05:00
gnu: r-biocpkgtools: Update to 1.14.0.
* gnu/packages/bioconductor.scm (r-biocpkgtools): Update to 1.14.0.
This commit is contained in:
parent
b86b657862
commit
d5875494dd
1 changed files with 2 additions and 2 deletions
|
@ -13205,14 +13205,14 @@ (define-public r-biocor
|
|||
(define-public r-biocpkgtools
|
||||
(package
|
||||
(name "r-biocpkgtools")
|
||||
(version "1.12.2")
|
||||
(version "1.14.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BiocPkgTools" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1yz2sgx4xrnw22k3d6q6hkj213bnbb4hbr5ymxnmjnsz551s75ny"))))
|
||||
"1v0824vmg49q9lh0igdyniryyknw6vmh462rn25kmg9hdna0w99h"))))
|
||||
(properties `((upstream-name . "BiocPkgTools")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue