mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: r-hdrcde: Update to 3.4.
* gnu/packages/cran.scm (r-hdrcde): Update to 3.4.
This commit is contained in:
parent
af672c712f
commit
ce2043266b
1 changed files with 2 additions and 2 deletions
|
@ -19482,14 +19482,14 @@ (define-public r-ash
|
||||||
(define-public r-hdrcde
|
(define-public r-hdrcde
|
||||||
(package
|
(package
|
||||||
(name "r-hdrcde")
|
(name "r-hdrcde")
|
||||||
(version "3.3")
|
(version "3.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "hdrcde" version))
|
(uri (cran-uri "hdrcde" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0c2qbw4c3mq1cb068kjs72rxlbibz8svwcrx853jyr8ybs23z7ab"))))
|
"16qlk44cjvn2s0vzaf915df65ksdx20dbxhy7fpdqins46hccha3"))))
|
||||||
(properties `((upstream-name . "hdrcde")))
|
(properties `((upstream-name . "hdrcde")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue