mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-pbdzmq: Update to 0.3-6.
* gnu/packages/cran.scm (r-pbdzmq): Update to 0.3-6.
This commit is contained in:
parent
464e650fa7
commit
fa1fc897b6
1 changed files with 2 additions and 2 deletions
|
@ -15863,14 +15863,14 @@ (define-public r-beanplot
|
|||
(define-public r-pbdzmq
|
||||
(package
|
||||
(name "r-pbdzmq")
|
||||
(version "0.3-5")
|
||||
(version "0.3-6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "pbdZMQ" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1v8iv1pzs4j3ics9k9h4xjkv6z1ma2xbqy003xk2lqax6srqi02d"))))
|
||||
"0yy3x3l04vx13jbjbvkvsc8jdbf0abndjfknszdx3bi18b2chi4r"))))
|
||||
(properties `((upstream-name . "pbdZMQ")))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue