[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
246/296: gnu: r-rprotobuflib: Update to 2.0.0.
From: |
guix-commits |
Subject: |
246/296: gnu: r-rprotobuflib: Update to 2.0.0. |
Date: |
Fri, 12 Jun 2020 19:30:40 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit bafade83c1ce0047e5367da5130ac1556f9831a1
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 13 01:00:47 2020 +0200
gnu: r-rprotobuflib: Update to 2.0.0.
* gnu/packages/bioconductor.scm (r-rprotobuflib): Update to 2.0.0.
[arguments]: Adjust phase "unpack-bundled-sources".
[native-inputs]: Add r-knitr.
---
gnu/packages/bioconductor.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index fc9f171..04c203a 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -6087,14 +6087,14 @@ model with Box-Cox transformation.")
(define-public r-rprotobuflib
(package
(name "r-rprotobuflib")
- (version "1.8.0")
+ (version "2.0.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "RProtoBufLib" version))
(sha256
(base32
- "0dlgki21a37bxqh3cf83vl5zqxm86472g8a9plvhrjzzsn3mwnrm"))))
+ "0kfinf9vzc1i5qxmaw832id557gr1vqdi1m8yiaxz83g37wh8vps"))))
(properties `((upstream-name . "RProtoBufLib")))
(build-system r-build-system)
(arguments
@@ -6103,8 +6103,10 @@ model with Box-Cox transformation.")
(add-after 'unpack 'unpack-bundled-sources
(lambda _
(with-directory-excursion "src"
- (invoke "tar" "xf" "protobuf-2.6.0.tgz"))
+ (invoke "tar" "xf" "protobuf-3.10.0.tar.gz"))
#t)))))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
(home-page "https://bioconductor.org/packages/RProtoBufLib/")
(synopsis "C++ headers and static libraries of Protocol buffers")
(description
- 244/296: gnu: r-flowviz: Update to 1.52.0., (continued)
- 244/296: gnu: r-flowviz: Update to 1.52.0., guix-commits, 2020/06/12
- 245/296: gnu: r-flowclust: Update to 3.26.0., guix-commits, 2020/06/12
- 250/296: gnu: r-cytoml: Update to 2.0.0., guix-commits, 2020/06/12
- 253/296: gnu: r-depecher: Update to 1.4.0., guix-commits, 2020/06/12
- 256/296: gnu: r-genie3: Update to 1.10.0., guix-commits, 2020/06/12
- 257/296: gnu: r-roc: Update to 1.64.0., guix-commits, 2020/06/12
- 201/296: gnu: r-ebimage: Update to 4.30.0., guix-commits, 2020/06/12
- 221/296: gnu: r-progeny: Update to 1.10.0., guix-commits, 2020/06/12
- 222/296: gnu: r-arrmnormalization: Update to 1.28.0., guix-commits, 2020/06/12
- 228/296: gnu: r-quasr: Update to 1.28.0., guix-commits, 2020/06/12
- 246/296: gnu: r-rprotobuflib: Update to 2.0.0.,
guix-commits <=
- 248/296: gnu: r-flowstats: Update to 4.0.0., guix-commits, 2020/06/12
- 249/296: gnu: r-opencyto: Update to 2.0.0., guix-commits, 2020/06/12
- 254/296: gnu: r-rcistarget: Update to 1.8.0., guix-commits, 2020/06/12
- 260/296: gnu: r-bigmelon: Update to 1.14.0., guix-commits, 2020/06/12
- 261/296: gnu: r-seqbias: Update to 1.36.0., guix-commits, 2020/06/12
- 262/296: gnu: r-reqon: Update to 1.34.0., guix-commits, 2020/06/12
- 263/296: gnu: r-wavcluster: Update to 2.22.0., guix-commits, 2020/06/12
- 265/296: gnu: r-variantfiltering: Update to 1.24.0., guix-commits, 2020/06/12
- 266/296: gnu: r-variancepartition: Update to 1.18.0., guix-commits, 2020/06/12
- 271/296: gnu: r-bhc: Update to 1.40.0., guix-commits, 2020/06/12