guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: r-liana: Update to 0.1.11-1.10d8177.


From: guix-commits
Subject: branch master updated: gnu: r-liana: Update to 0.1.11-1.10d8177.
Date: Fri, 04 Aug 2023 10:19:02 -0400

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 17fadbb5ea gnu: r-liana: Update to 0.1.11-1.10d8177.
17fadbb5ea is described below

commit 17fadbb5ea3b35f962ab1bcd5b8cf4e1d699eb7e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Aug 4 16:17:31 2023 +0200

    gnu: r-liana: Update to 0.1.11-1.10d8177.
    
    * gnu/packages/bioinformatics.scm (r-liana): Update to 0.1.11-1.10d8177.
---
 gnu/packages/bioinformatics.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index d1448e390f..b847c9a5d7 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -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"))))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]