Archived
1
0
Fork 0

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 @@ on the plot.")
(define-public r-abn (define-public r-abn
(package (package
(name "r-abn") (name "r-abn")
(version "3.0.0") (version "3.0.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "abn" version)) (uri (cran-uri "abn" version))
(sha256 (sha256
(base32 (base32
"100nafmyddz0c1h01fbqw5q6pji7zhg2196rkyak88za6s5ms0s4")))) "03g02450l3mckjzwd0w717dbmxhrngkwlfhm5c9q5zv4g10df7nj"))))
(build-system r-build-system) (build-system r-build-system)
(inputs (inputs
(list gsl)) (list gsl))