mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-sesame: Update to 1.26.0.
* gnu/packages/bioconductor.scm (r-sesame): Update to 1.26.0. Change-Id: Icbe4db2bafacec0ec1d195967b9464940c3f937b
This commit is contained in:
parent
57d1489d89
commit
13ff0dc2a5
1 changed files with 2 additions and 2 deletions
|
@ -13540,13 +13540,13 @@ reference point and sorted by a user defined feature.")
|
|||
(define-public r-sesame
|
||||
(package
|
||||
(name "r-sesame")
|
||||
(version "1.24.0")
|
||||
(version "1.26.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "sesame" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0s7vybr0nd5wx1qjkmfqjkff4wp9qv5ibk2fckzpwlsd2jv3pzng"))))
|
||||
"0kc5xs0cawxvp6qfrnppkaqx8s52j04cx6cypp05gykq8pyywpyn"))))
|
||||
(properties `((upstream-name . "sesame")))
|
||||
(build-system r-build-system)
|
||||
;; Tests use ExperimentHub, so needs Internet access.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue