guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

238/324: gnu: r-rprotobuflib: Update to 2.4.0.


From: guix-commits
Subject: 238/324: gnu: r-rprotobuflib: Update to 2.4.0.
Date: Sat, 5 Jun 2021 03:15:44 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit a1557adfcf619708e299dc419ef4ed33fa3a757b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 5 08:50:06 2021 +0200

    gnu: r-rprotobuflib: Update to 2.4.0.
    
    * gnu/packages/bioconductor.scm (r-rprotobuflib): Update to 2.4.0.
    [arguments]: Adjust build phase "unpack-bundled-sources".
---
 gnu/packages/bioconductor.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 112e54f..4b0f3a4 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -9558,14 +9558,14 @@ model with Box-Cox transformation.")
 (define-public r-rprotobuflib
   (package
     (name "r-rprotobuflib")
-    (version "2.2.0")
+    (version "2.4.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "RProtoBufLib" version))
        (sha256
         (base32
-         "09n4ny3ymfkja2br4rrr2n9dzw3hs7qijhcq4mj0avr86i27llqz"))))
+         "1hyds97ay4mn7nl830yh9v8mlasgsljsx5wsrhz2zsmbbyx6wbnb"))))
     (properties `((upstream-name . "RProtoBufLib")))
     (build-system r-build-system)
     (arguments
@@ -9574,8 +9574,7 @@ model with Box-Cox transformation.")
          (add-after 'unpack 'unpack-bundled-sources
            (lambda _
              (with-directory-excursion "src"
-               (invoke "tar" "xf" "protobuf-3.10.0.tar.gz"))
-             #t)))))
+               (invoke "tar" "xf" "protobuf-3.13.0.tar.gz")))))))
     (native-inputs
      `(("r-knitr" ,r-knitr)))
     (home-page "https://bioconductor.org/packages/RProtoBufLib/";)



reply via email to

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