me
/
guix
Archived
1
0
Fork 0

gnu: r-abn: Update to 2.2.2.

* gnu/packages/cran.scm (r-abn): Update to 2.2.2.
Ricardo Wurmus 2020-07-04 11:49:58 +02:00
parent 54e04fed9c
commit 5db9a14947
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6744,14 +6744,14 @@ there are functions for discretizing continuous random variables.")
(define-public r-abn
(package
(name "r-abn")
(version "2.2.1")
(version "2.2.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "abn" version))
(sha256
(base32
"11nbg6dwvbj0ac7qvr203vzjnw5zc1a8cibb9l6rzzr7yfg16xzc"))))
"1wwnzv5yir8cyl0f0arxagbsg9ndgs0799m42wbjkpr8cg9sfdhc"))))
(build-system r-build-system)
(inputs
`(("gsl" ,gsl)))