mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -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
|
||||
(package
|
||||
(name "r-hdrcde")
|
||||
(version "3.3")
|
||||
(version "3.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "hdrcde" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0c2qbw4c3mq1cb068kjs72rxlbibz8svwcrx853jyr8ybs23z7ab"))))
|
||||
"16qlk44cjvn2s0vzaf915df65ksdx20dbxhy7fpdqins46hccha3"))))
|
||||
(properties `((upstream-name . "hdrcde")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue