guix-commits
[Top][All Lists]
Advanced

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

08/22: gnu: r-systempiper: Update to 2.0.1.


From: guix-commits
Subject: 08/22: gnu: r-systempiper: Update to 2.0.1.
Date: Thu, 18 Nov 2021 09:53:22 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 34ba8b256b5f46550e1d5a1596cda13fbc5c16aa
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Nov 18 13:15:21 2021 +0000

    gnu: r-systempiper: Update to 2.0.1.
    
    * gnu/packages/bioconductor.scm (r-systempiper): Update to 2.0.1.
---
 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 1fd99a5..01bfbfe 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4442,14 +4442,14 @@ unmodeled, or latent sources of noise.")
 (define-public r-systempiper
   (package
     (name "r-systempiper")
-    (version "2.0.0")
+    (version "2.0.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "systemPipeR" version))
        (sha256
         (base32
-         "0kibr47z7ml13hpl955qcr4wp2z4nq7gjiinyk30wivrwrng5sg1"))))
+         "1r0qc1pyff9nvjix21xjd6fmka06ywr4ipr8szm52hq41hwaiqgq"))))
     (properties `((upstream-name . "systemPipeR")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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