mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: r-pbdzmq: Update to 0.3-4.
* gnu/packages/cran.scm (r-pbdzmq): Update to 0.3-4.
This commit is contained in:
parent
a7805083fc
commit
1c6cc303da
1 changed files with 2 additions and 2 deletions
|
@ -13743,14 +13743,14 @@ (define-public r-beanplot
|
|||
(define-public r-pbdzmq
|
||||
(package
|
||||
(name "r-pbdzmq")
|
||||
(version "0.3-3.1")
|
||||
(version "0.3-4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "pbdZMQ" version))
|
||||
(sha256
|
||||
(base32
|
||||
"08qmrzazadkyxlqc8830r0pckaq10l3fgj1f198xy6wwrm2lf0wy"))))
|
||||
"0adiac53yq305ymhrds1gas4jm0rn1ddv7c7df5ky2cfhpb4ny87"))))
|
||||
(properties `((upstream-name . "pbdZMQ")))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue