me
/
guix
Archived
1
0
Fork 0

gnu: r-abn: Update to 2.7-3.

* gnu/packages/bioconductor.scm (r-abn): Update to 2.7-3.
master
Ricardo Wurmus 2023-02-18 16:08:11 +01:00
parent 854fea4618
commit 0b78144688
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -18211,14 +18211,14 @@ on the plot.")
(define-public r-abn
(package
(name "r-abn")
(version "2.7-1")
(version "2.7-3")
(source
(origin
(method url-fetch)
(uri (cran-uri "abn" version))
(sha256
(base32
"1w3jns96m8b9scvaa4hcla3i88a0cfh9qis2l04yixvda5q91gpr"))))
"02qmp3ky671fkpjq1vcb083zzvfn5gkf69rhvdlvg7siy5wrjll3"))))
(build-system r-build-system)
(inputs
(list gsl))