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:
Ricardo Wurmus 2023-08-04 16:17:31 +02:00
parent f4d418a13e
commit 17fadbb5ea
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -15057,11 +15057,11 @@ activity prediction from transcriptomics data, and its R implementation
(license license:expat)))) (license license:expat))))
(define-public r-liana (define-public r-liana
(let ((commit "efb1249af46f576d1d620956053cfa93b2cee961") (let ((commit "10d81773e0874de676eb106ce56e3cf9d4fe01d3")
(revision "1")) (revision "1"))
(package (package
(name "r-liana") (name "r-liana")
(version (git-version "0.1.5" revision commit)) (version (git-version "0.1.11" revision commit))
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -15070,13 +15070,13 @@ activity prediction from transcriptomics data, and its R implementation
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0z645k26kqrfj5f1s412vwclw1q47h1zfxxrh9ijr30pxhpv6cv0")))) "0b0m8i9kava36s3cn6vnn5vmiwvqwxmcq8jacy6ccshsji3kgp09"))))
(properties `((upstream-name . "liana"))) (properties `((upstream-name . "liana")))
(build-system r-build-system) (build-system r-build-system)
(arguments (arguments
(list (list
#:phases #:phases
`(modify-phases %standard-phases '(modify-phases %standard-phases
;; This is needed to find ~/.config/OmnipathR/omnipathr.yml ;; This is needed to find ~/.config/OmnipathR/omnipathr.yml
(add-after 'unpack 'set-HOME (add-after 'unpack 'set-HOME
(lambda _ (setenv "HOME" "/tmp")))))) (lambda _ (setenv "HOME" "/tmp"))))))