me
/
guix
Archived
1
0
Fork 0

gnu: r-alpine: Update to 1.26.0.

* gnu/packages/bioconductor.scm (r-alpine): Update to 1.26.0.
master
Ricardo Wurmus 2023-06-02 12:53:13 +02:00
parent f4639380ae
commit 83bd8d51c3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3132,13 +3132,13 @@ plants. The method has been specifically designed to:
(define-public r-alpine
(package
(name "r-alpine")
(version "1.25.0")
(version "1.26.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "alpine" version))
(sha256
(base32
"01y467qcjl40fq0m9vq6fpyi5f243v4g67dnn5ddqwrzrkyb0j2r"))))
"1md4m9ln1mpxf7d2h7jnsjyi4zrviiqn9fzk1gkz2n6qj7jwpqbb"))))
(properties `((upstream-name . "alpine")))
(build-system r-build-system)
(propagated-inputs