guix-commits
[Top][All Lists]
Advanced

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

08/12: gnu: r-pamr: Update to 1.56.1.


From: guix-commits
Subject: 08/12: gnu: r-pamr: Update to 1.56.1.
Date: Wed, 24 Apr 2019 11:05:06 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 8fc6188e4f8325ff9a6c579d1a82f4731bc4036a
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Apr 24 13:08:54 2019 +0200

    gnu: r-pamr: Update to 1.56.1.
    
    * gnu/packages/cran.scm (r-pamr): Update to 1.56.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 e849348..ffa0baa 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -13407,14 +13407,14 @@ proteomics applications).")
 (define-public r-pamr
   (package
     (name "r-pamr")
-    (version "1.56")
+    (version "1.56.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "pamr" version))
        (sha256
         (base32
-         "03h1m5fkw76jjln1psdb7x913a499ghf7n48rcd8damr5vdyf961"))))
+         "0ycpgkk23y3zzkb42n2skcyl35ps1n7jmyzfj7pbxr3f6gr2grfh"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-cluster" ,r-cluster)



reply via email to

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