guix-commits
[Top][All Lists]
Advanced

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

19/19: gnu: r-fourcseq: Update to 1.22.1.


From: guix-commits
Subject: 19/19: gnu: r-fourcseq: Update to 1.22.1.
Date: Thu, 20 Aug 2020 15:26:19 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit c6443c2c8f5112cab6cf7a8d017229c81111ccae
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Aug 20 20:42:38 2020 +0200

    gnu: r-fourcseq: Update to 1.22.1.
    
    * gnu/packages/cran.scm (r-fourcseq): Update to 1.22.1.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 95ac27c..f32d45d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -22381,13 +22381,13 @@ Try a demo of the LSD by running @code{demotour()}.")
 (define-public r-fourcseq
   (package
     (name "r-fourcseq")
-    (version "1.21.0")
+    (version "1.22.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "FourCSeq" version))
        (sha256
-        (base32 "0lhcjw2hmmdafq52c5fvpm1crnzynbslamzh7r6ygifmzaz2pa8x"))))
+        (base32 "14q1ijnqnbd9xs60sfvyqjfiypjrvhacpwp2v85yfhcxw870cx5b"))))
     (properties `((upstream-name . "FourCSeq")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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