mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 09:22:05 -05:00
gnu: r-msnid: Update to 1.26.0.
* gnu/packages/bioconductor.scm (r-msnid): Update to 1.26.0. [arguments]: Set HOME variable.
This commit is contained in:
parent
d0a7dc0cb6
commit
5d13aab6ca
1 changed files with 7 additions and 2 deletions
|
@ -3475,16 +3475,21 @@ (define-public r-msnbase
|
||||||
(define-public r-msnid
|
(define-public r-msnid
|
||||||
(package
|
(package
|
||||||
(name "r-msnid")
|
(name "r-msnid")
|
||||||
(version "1.24.0")
|
(version "1.26.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "MSnID" version))
|
(uri (bioconductor-uri "MSnID" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05bncy7lw2a3h8xgnavjiz56pc6mk8q7l6qdd81197nawxs3j02d"))))
|
"0r3vgigf4fk0xzfg8gcvad01jdh0fysh6x22m9qy77x6glyrxcj2"))))
|
||||||
(properties `((upstream-name . "MSnID")))
|
(properties `((upstream-name . "MSnID")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:phases
|
||||||
|
(modify-phases %standard-phases
|
||||||
|
(add-after 'unpack 'set-HOME
|
||||||
|
(lambda _ (setenv "HOME" "/tmp"))))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-annotationdbi" ,r-annotationdbi)
|
`(("r-annotationdbi" ,r-annotationdbi)
|
||||||
("r-annotationhub" ,r-annotationhub)
|
("r-annotationhub" ,r-annotationhub)
|
||||||
|
|
Loading…
Reference in a new issue