me
/
guix
Archived
1
0
Fork 0

gnu: r-goftest: Update to 1.2-3.

* gnu/packages/cran.scm (r-goftest): Update to 1.2-3.
master
Ricardo Wurmus 2021-11-01 20:44:47 +00:00
parent 2498f757af
commit 1f552f46ce
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -26625,14 +26625,14 @@ and predictions of any machine learning model. Implemented methods are:
(define-public r-goftest (define-public r-goftest
(package (package
(name "r-goftest") (name "r-goftest")
(version "1.2-2") (version "1.2-3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "goftest" version)) (uri (cran-uri "goftest" version))
(sha256 (sha256
(base32 (base32
"0ivnkqhv5xgiv05dm648nngacymd8x8g0fyppv3bc0mhcqk9k5z4")))) "06bz6k7smr4jbvzmb73qc5fkf4my59w5gbl18wlmpkkymsv78prs"))))
(properties `((upstream-name . "goftest"))) (properties `((upstream-name . "goftest")))
(build-system r-build-system) (build-system r-build-system)
(home-page "https://github.com/baddstats/goftest") (home-page "https://github.com/baddstats/goftest")