me
/
guix
Archived
1
0
Fork 0

gnu: r-densestbayes: Update to 1.0-2.2.

* gnu/packages/cran.scm (r-densestbayes): Update to 1.0-2.2.
master
Ricardo Wurmus 2023-04-06 17:32:41 +02:00
parent 6ce72e8a85
commit 9801058875
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -34413,13 +34413,13 @@ Journal of Statistical Software, 39(10), 1-24.")
(define-public r-densestbayes
(package
(name "r-densestbayes")
(version "1.0-2.1")
(version "1.0-2.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "densEstBayes" version))
(sha256
(base32 "1pzmgn65lv91zg1588qhwczy9f2zgciknlc4l072mvh2i7hncw2b"))))
(base32 "0ydnjyprv8fz037nkfvjd8w6hg4a19lbnq4kl7yankxksjfdyqc3"))))
(properties `((upstream-name . "densEstBayes")))
(build-system r-build-system)
(propagated-inputs