mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: r-goftest: Update to 1.2-3.
* gnu/packages/cran.scm (r-goftest): Update to 1.2-3.
This commit is contained in:
parent
2498f757af
commit
1f552f46ce
1 changed files with 2 additions and 2 deletions
|
@ -26625,14 +26625,14 @@ (define-public r-iml
|
|||
(define-public r-goftest
|
||||
(package
|
||||
(name "r-goftest")
|
||||
(version "1.2-2")
|
||||
(version "1.2-3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "goftest" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ivnkqhv5xgiv05dm648nngacymd8x8g0fyppv3bc0mhcqk9k5z4"))))
|
||||
"06bz6k7smr4jbvzmb73qc5fkf4my59w5gbl18wlmpkkymsv78prs"))))
|
||||
(properties `((upstream-name . "goftest")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://github.com/baddstats/goftest")
|
||||
|
|
Loading…
Reference in a new issue