mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: r-th-data: Update to 1.1-1.
* gnu/packages/cran.scm (r-th-data): Update to 1.1-1.
This commit is contained in:
parent
80730da84e
commit
0d606a229e
1 changed files with 2 additions and 2 deletions
|
@ -12028,14 +12028,14 @@ (define-public r-sandwich
|
||||||
(define-public r-th-data
|
(define-public r-th-data
|
||||||
(package
|
(package
|
||||||
(name "r-th-data")
|
(name "r-th-data")
|
||||||
(version "1.1-0")
|
(version "1.1-1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "TH.data" version))
|
(uri (cran-uri "TH.data" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ghihfpk5d8gsdlzf6phw7dwwz3adx64pxk82vlmlqx53ljpxcr1"))))
|
"0ynxacnz002bjsp2ybql7rdqw4zd14af8r7w44nwbx22n4bapwzd"))))
|
||||||
(properties `((upstream-name . "TH.data")))
|
(properties `((upstream-name . "TH.data")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue