guix-commits
[Top][All Lists]
Advanced

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

21/324: gnu: r-cytoml: Update to 2.4.0.


From: guix-commits
Subject: 21/324: gnu: r-cytoml: Update to 2.4.0.
Date: Sat, 5 Jun 2021 03:14:29 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit bfa23ec526ac69b490848937c52a1560612d5905
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 5 01:50:34 2021 +0200

    gnu: r-cytoml: Update to 2.4.0.
    
    * gnu/packages/bioconductor.scm (r-cytoml): Update to 2.4.0.
    [arguments]: Remove.
---
 gnu/packages/bioconductor.scm | 15 ++-------------
 1 file changed, 2 insertions(+), 13 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index b1ccf01..13a1515 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -9703,27 +9703,16 @@ sequential way to mimic the manual gating strategy.")
 (define-public r-cytoml
   (package
     (name "r-cytoml")
-    (version "2.2.2")
+    (version "2.4.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "CytoML" version))
        (sha256
         (base32
-         "0ckjb7bkz0cy46scrv4vl9w37g54c0yihvzmbkzilip1ikpvhxd1"))))
+         "0ixy7mmnipk8wy61wz6qy7jfbc5zhs6p5iqaii8hdprjnb841ri7"))))
     (properties `((upstream-name . "CytoML")))
     (build-system r-build-system)
-    (arguments
-     `(#:phases
-       (modify-phases %standard-phases
-         (add-after 'unpack 'fix-linking
-           (lambda _
-             (substitute* "src/Makevars.in"
-               ;; This is to avoid having a plain directory on the list of
-               ;; libraries to link.
-               (("\\{h5lib\\}" match)
-                (string-append match "/libhdf5.a")))
-             #t)))))
     (inputs
      `(("libxml2" ,libxml2)
        ("zlib" ,zlib)))



reply via email to

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