gnu: r-abps: Update to 0.3.

* gnu/packages/cran.scm (r-abps): Update to 0.3.
master
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
(package
(name "r-abps")
(version "0.2")
(version "0.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "ABPS" version))
(sha256
(base32 "1k3f5i34f4w2khkszb4qhwwcpiy7gsfh82vjr6rypwg6rx5rjclq"))))
(base32 "0n3f66nmfi5v94il1mxy026mi84w01ph2aljk60vn3mrz8kwf2ll"))))
(properties `((upstream-name . "ABPS")))
(build-system r-build-system)
(propagated-inputs `(("r-kernlab" ,r-kernlab)))