gnu: r-abn: Update to 3.0.1.

* gnu/packages/bioconductor.scm (r-abn): Update to 3.0.1.
This commit is contained in:
Ricardo Wurmus 2023-10-09 22:24:56 +02:00
parent 7937c8827b
commit 591ffaede3
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -21397,14 +21397,14 @@ (define-public r-ldheatmap
(define-public r-abn
(package
(name "r-abn")
(version "3.0.0")
(version "3.0.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "abn" version))
(sha256
(base32
"100nafmyddz0c1h01fbqw5q6pji7zhg2196rkyak88za6s5ms0s4"))))
"03g02450l3mckjzwd0w717dbmxhrngkwlfhm5c9q5zv4g10df7nj"))))
(build-system r-build-system)
(inputs
(list gsl))