me
/
guix
Archived
1
0
Fork 0

gnu: r-abn: Update to 3.0.2.

* gnu/packages/bioconductor.scm (r-abn): Update to 3.0.2.

Change-Id: Icf3de104b61e79b9a7c9fbfecb0e071d6e46ef9d
master
Ricardo Wurmus 2023-10-31 17:15:07 +01:00
parent a9ee95aec1
commit 221b9422fc
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -21652,14 +21652,14 @@ on the plot.")
(define-public r-abn
(package
(name "r-abn")
(version "3.0.1")
(version "3.0.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "abn" version))
(sha256
(base32
"03g02450l3mckjzwd0w717dbmxhrngkwlfhm5c9q5zv4g10df7nj"))))
"06n69cbkdqpwpxks8276h43132c9v57n4hg33vsjjyxjifwbwxwh"))))
(build-system r-build-system)
(inputs
(list gsl))