mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 18:40:57 +02:00
gnu: r-genomation: Update to 1.40.1.
* gnu/packages/bioconductor.scm (r-genomation): Update to 1.40.1. Change-Id: I29f812992afd0832b0a262ad5d8e3aa6d475c3f2
This commit is contained in:
parent
6dd49589c5
commit
7848e8baae
1 changed files with 2 additions and 2 deletions
|
@ -9607,13 +9607,13 @@ and visualize the results.")
|
||||||
(define-public r-genomation
|
(define-public r-genomation
|
||||||
(package
|
(package
|
||||||
(name "r-genomation")
|
(name "r-genomation")
|
||||||
(version "1.40.0")
|
(version "1.40.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "genomation" version))
|
(uri (bioconductor-uri "genomation" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wvvx4h4d52wk1mxqjfih95w3x6y6y4qzdlxqsh3b66ad63l3pd6"))))
|
"1rjxh2vwkiadqprsn6d67nd3nllxy2f5g0xakxnfv6p4ry8fccfs"))))
|
||||||
(properties
|
(properties
|
||||||
'((updater-extra-native-inputs . ("r-runit"))))
|
'((updater-extra-native-inputs . ("r-runit"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue