mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: r-rdpack: Update to 0.11-1.
* gnu/packages/cran.scm (r-rdpack): Update to 0.11-1.
This commit is contained in:
parent
98ce8a31f0
commit
cceb86f982
1 changed files with 2 additions and 2 deletions
|
@ -6148,14 +6148,14 @@ (define-public r-rjags
|
||||||
(define-public r-rdpack
|
(define-public r-rdpack
|
||||||
(package
|
(package
|
||||||
(name "r-rdpack")
|
(name "r-rdpack")
|
||||||
(version "0.11-0")
|
(version "0.11-1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "Rdpack" version))
|
(uri (cran-uri "Rdpack" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"11cd27s6zp5cxnwxcvz6rjf00y0r7aq8ywhzwpf1r4xy1z44kd4g"))))
|
"080y15p2hl4jsq91ak2f1y2kx1iqq5c5wzyx3zyhjwp01cahy0jq"))))
|
||||||
(properties `((upstream-name . "Rdpack")))
|
(properties `((upstream-name . "Rdpack")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue