guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]