guix-commits
[Top][All Lists]
Advanced

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

54/89: gnu: r-protgenerics: Update to 1.10.0.


From: Ricardo Wurmus
Subject: 54/89: gnu: r-protgenerics: Update to 1.10.0.
Date: Tue, 7 Nov 2017 02:44:57 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 9a665dfb6f7a1be84e22f683c7d8513c36c346b6
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Nov 6 21:42:39 2017 +0100

    gnu: r-protgenerics: Update to 1.10.0.
    
    * gnu/packages/bioinformatics.scm (r-protgenerics): Update to 1.10.0.
---
 gnu/packages/bioinformatics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index c9381bd..4dda285 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8865,14 +8865,14 @@ as allowing spectra with different resolutions.")
 (define-public r-protgenerics
   (package
     (name "r-protgenerics")
-    (version "1.8.0")
+    (version "1.10.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "ProtGenerics" version))
        (sha256
         (base32
-         "08idb3rvxn4fl7rd66jasyqz47cb76dbc3968r1g26jr2ci3w1pl"))))
+         "16ijp50448wnabp43klx943rhdvh7x45hvy7cnpq1s4dckxhhyni"))))
     (properties `((upstream-name . "ProtGenerics")))
     (build-system r-build-system)
     (home-page "https://github.com/lgatto/ProtGenerics";)



reply via email to

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