gnu: r-liana: Update to 0.1.11-1.10d8177.
* gnu/packages/bioinformatics.scm (r-liana): Update to 0.1.11-1.10d8177.
This commit is contained in:
parent
f4d418a13e
commit
17fadbb5ea
1 changed files with 4 additions and 4 deletions
|
@ -15057,11 +15057,11 @@ activity prediction from transcriptomics data, and its R implementation
|
|||
(license license:expat))))
|
||||
|
||||
(define-public r-liana
|
||||
(let ((commit "efb1249af46f576d1d620956053cfa93b2cee961")
|
||||
(let ((commit "10d81773e0874de676eb106ce56e3cf9d4fe01d3")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "r-liana")
|
||||
(version (git-version "0.1.5" revision commit))
|
||||
(version (git-version "0.1.11" revision commit))
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -15070,13 +15070,13 @@ activity prediction from transcriptomics data, and its R implementation
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0z645k26kqrfj5f1s412vwclw1q47h1zfxxrh9ijr30pxhpv6cv0"))))
|
||||
"0b0m8i9kava36s3cn6vnn5vmiwvqwxmcq8jacy6ccshsji3kgp09"))))
|
||||
(properties `((upstream-name . "liana")))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:phases
|
||||
`(modify-phases %standard-phases
|
||||
'(modify-phases %standard-phases
|
||||
;; This is needed to find ~/.config/OmnipathR/omnipathr.yml
|
||||
(add-after 'unpack 'set-HOME
|
||||
(lambda _ (setenv "HOME" "/tmp"))))))
|
||||
|
|
Reference in a new issue