mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: r-rprotobuflib: Update to 2.14.0.
* gnu/packages/bioconductor.scm (r-rprotobuflib): Update to 2.14.0. Change-Id: I91320a80b921f1dc7b9fb858465328be105170aa
This commit is contained in:
parent
ca1998e47d
commit
e6188fe703
1 changed files with 2 additions and 2 deletions
|
@ -17429,14 +17429,14 @@ (define-public r-flowclust
|
|||
(define-public r-rprotobuflib
|
||||
(package
|
||||
(name "r-rprotobuflib")
|
||||
(version "2.12.1")
|
||||
(version "2.14.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "RProtoBufLib" version))
|
||||
(sha256
|
||||
(base32
|
||||
"097nxjijblqyz6nbpal7292qfijmk7x8dbx7plryr132xbaw5hdm"))))
|
||||
"1i1a4ikfdyrrn0r53y1aipfm9dzzn6yzp5w651hvd6zav77cdh6q"))))
|
||||
(properties `((upstream-name . "RProtoBufLib")))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue