guix-commits
[Top][All Lists]
Advanced

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

139/215: gnu: r-savr: Update to 1.22.0.


From: guix-commits
Subject: 139/215: gnu: r-savr: Update to 1.22.0.
Date: Sun, 5 May 2019 18:15:55 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 8d3d0c3abe7428988a8f8c70388ef8cd6e65795e
Author: Ricardo Wurmus <address@hidden>
Date:   Sun May 5 23:58:15 2019 +0200

    gnu: r-savr: Update to 1.22.0.
    
    * gnu/packages/bioconductor.scm (r-savr): Update to 1.22.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 34393c4..a664f54 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1813,14 +1813,14 @@ maps.")
 (define-public r-savr
   (package
     (name "r-savr")
-    (version "1.20.0")
+    (version "1.22.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "savR" version))
        (sha256
         (base32
-         "13bwq2a2pygdkmhrcmvz525wsi5i01j911711zgs6x93wj20b2w7"))))
+         "101p0c07p49c50lfnbfanyyikdypmqkvwclqifq32js9phqwhf6h"))))
     (properties `((upstream-name . "savR")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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