gnu: r-abps: Update to 0.3.

* gnu/packages/cran.scm (r-abps): Update to 0.3.
This commit is contained in:
Ricardo Wurmus 2018-10-30 07:54:10 +01:00
parent 464676a970
commit bec74196ea
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5860,13 +5860,13 @@ detection.")
(define-public r-abps (define-public r-abps
(package (package
(name "r-abps") (name "r-abps")
(version "0.2") (version "0.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "ABPS" version)) (uri (cran-uri "ABPS" version))
(sha256 (sha256
(base32 "1k3f5i34f4w2khkszb4qhwwcpiy7gsfh82vjr6rypwg6rx5rjclq")))) (base32 "0n3f66nmfi5v94il1mxy026mi84w01ph2aljk60vn3mrz8kwf2ll"))))
(properties `((upstream-name . "ABPS"))) (properties `((upstream-name . "ABPS")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs `(("r-kernlab" ,r-kernlab))) (propagated-inputs `(("r-kernlab" ,r-kernlab)))