me
/
guix
Archived
1
0
Fork 0

gnu: r-accsda: Update to 1.1.2.

* gnu/packages/cran.scm (r-accsda): Update to 1.1.2.
master
Ricardo Wurmus 2022-09-20 10:53:16 +02:00
parent 1ac8852caa
commit eca7c73a47
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -22813,14 +22813,14 @@ and mixture of Gaussian models.")
(define-public r-accsda
(package
(name "r-accsda")
(version "1.1.1")
(version "1.1.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "accSDA" version))
(sha256
(base32
"104xdz63mnibh6827xm0pfr9zbhbi2a7iw4m1x27xjqi7zqvbky6"))))
"0jf4x5j9y7a3mvf2ghjp6bxdq1s5jh2sx3x3ar6f3lyzzvrnls4v"))))
(properties `((upstream-name . "accSDA")))
(build-system r-build-system)
(propagated-inputs