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
This commit is contained in:
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

View file

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