me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/bioconductor.scm (r-abn): Update to 2.7-1.
master
Ricardo Wurmus 2022-05-28 08:30:09 +02:00
parent 3360f14b08
commit 32a3b09c51
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -14858,14 +14858,14 @@ on the plot.")
(define-public r-abn (define-public r-abn
(package (package
(name "r-abn") (name "r-abn")
(version "2.7-0") (version "2.7-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
"13i2f4lw1rzj89bp31sn03prq1bqj7bsxwdr8z2ql02yqks9phg0")))) "1w3jns96m8b9scvaa4hcla3i88a0cfh9qis2l04yixvda5q91gpr"))))
(build-system r-build-system) (build-system r-build-system)
(inputs (inputs
(list gsl)) (list gsl))