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.master
parent
b347d6c32b
commit
bafade83c1
|
@ -6087,14 +6087,14 @@ model with Box-Cox transformation.")
|
||||||
(define-public r-rprotobuflib
|
(define-public r-rprotobuflib
|
||||||
(package
|
(package
|
||||||
(name "r-rprotobuflib")
|
(name "r-rprotobuflib")
|
||||||
(version "1.8.0")
|
(version "2.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "RProtoBufLib" version))
|
(uri (bioconductor-uri "RProtoBufLib" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0dlgki21a37bxqh3cf83vl5zqxm86472g8a9plvhrjzzsn3mwnrm"))))
|
"0kfinf9vzc1i5qxmaw832id557gr1vqdi1m8yiaxz83g37wh8vps"))))
|
||||||
(properties `((upstream-name . "RProtoBufLib")))
|
(properties `((upstream-name . "RProtoBufLib")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -6103,8 +6103,10 @@ model with Box-Cox transformation.")
|
||||||
(add-after 'unpack 'unpack-bundled-sources
|
(add-after 'unpack 'unpack-bundled-sources
|
||||||
(lambda _
|
(lambda _
|
||||||
(with-directory-excursion "src"
|
(with-directory-excursion "src"
|
||||||
(invoke "tar" "xf" "protobuf-2.6.0.tgz"))
|
(invoke "tar" "xf" "protobuf-3.10.0.tar.gz"))
|
||||||
#t)))))
|
#t)))))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://bioconductor.org/packages/RProtoBufLib/")
|
(home-page "https://bioconductor.org/packages/RProtoBufLib/")
|
||||||
(synopsis "C++ headers and static libraries of Protocol buffers")
|
(synopsis "C++ headers and static libraries of Protocol buffers")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue