mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: r-th-data: Update to 1.1-2.
* gnu/packages/cran.scm (r-th-data): Update to 1.1-2.
This commit is contained in:
parent
b7047d045d
commit
9c1797abce
1 changed files with 2 additions and 2 deletions
|
@ -14949,14 +14949,14 @@ (define-public r-sandwich
|
|||
(define-public r-th-data
|
||||
(package
|
||||
(name "r-th-data")
|
||||
(version "1.1-1")
|
||||
(version "1.1-2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "TH.data" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ynxacnz002bjsp2ybql7rdqw4zd14af8r7w44nwbx22n4bapwzd"))))
|
||||
"0wyyvm6l6yvqvfnd1c4l9ff5445zaq9lr0ihz8pg9kkggfslxya7"))))
|
||||
(properties `((upstream-name . "TH.data")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue