me
/
guix
Archived
1
0
Fork 0

gnu: r-abn: Update to 3.0.4.

* gnu/packages/bioconductor.scm (r-abn): Update to 3.0.4.

Change-Id: I15970d14205b32f254ecf2c5207e98d7289ac281
Ricardo Wurmus 2023-12-15 12:16:40 +01:00
parent b6c482e860
commit 1354314cdf
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -22074,14 +22074,14 @@ on the plot.")
(define-public r-abn
(package
(name "r-abn")
(version "3.0.3")
(version "3.0.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "abn" version))
(sha256
(base32
"1yh9nhfphalxh77132r0fkpp71mqsfhb8jk11is4d5nvlvr5316z"))))
"1qqsm6ldbf6rnzvspcnv87l4mkxccg4divzf6nj7j92jnhyadqia"))))
(build-system r-build-system)
(inputs
(list gsl))