guix-commits
[Top][All Lists]
Advanced

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

109/324: gnu: r-xvector: Update to 0.32.0.


From: guix-commits
Subject: 109/324: gnu: r-xvector: Update to 0.32.0.
Date: Sat, 5 Jun 2021 03:14:59 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 092d2a8d85710e3a3a190626b6d224b5e9df640f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 5 08:49:49 2021 +0200

    gnu: r-xvector: Update to 0.32.0.
    
    * gnu/packages/bioconductor.scm (r-xvector): Update to 0.32.0.
---
 gnu/packages/bioconductor.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 77977d5..eb23bcd 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4504,13 +4504,13 @@ and specific in detecting differential transcription.")
 (define-public r-xvector
   (package
     (name "r-xvector")
-    (version "0.30.0")
+    (version "0.32.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "XVector" version))
               (sha256
                (base32
-                "1pqljikg4f6jb7wgm5537zwgq5b013nyz1agjrwfq2cljb0ym6lq"))))
+                "1cw34gd9iaspl0v737xl7rngq63zrj03a5ngai15ggrnv1sq2aqr"))))
     (properties
      `((upstream-name . "XVector")))
     (build-system r-build-system)



reply via email to

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