mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: r-tfruns: Update to 1.5.1.
* gnu/packages/cran.scm (r-tfruns): Update to 1.5.1.
This commit is contained in:
parent
83ccde1d38
commit
854025663c
1 changed files with 2 additions and 2 deletions
|
@ -32920,14 +32920,14 @@ (define-public r-rgeos
|
|||
(define-public r-tfruns
|
||||
(package
|
||||
(name "r-tfruns")
|
||||
(version "1.5.0")
|
||||
(version "1.5.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "tfruns" version))
|
||||
(sha256
|
||||
(base32
|
||||
"04lfckg1if3kfwcl4s4fcc9aw04crwk4m1qr55ag22j2x2jlb2l9"))))
|
||||
"1xk7dl51xd1h54798xwycvxmn77jv80in61hanm36zk0024wpxg8"))))
|
||||
(properties `((upstream-name . "tfruns")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue