guix-commits
[Top][All Lists]
Advanced

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

62/215: gnu: r-protgenerics: Update to 1.16.0.


From: guix-commits
Subject: 62/215: gnu: r-protgenerics: Update to 1.16.0.
Date: Sun, 5 May 2019 18:15:40 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 24aabd8fd9cfb32b6c493327ecd616257ff07a2e
Author: Ricardo Wurmus <address@hidden>
Date:   Sun May 5 23:39:18 2019 +0200

    gnu: r-protgenerics: Update to 1.16.0.
    
    * gnu/packages/bioinformatics.scm (r-protgenerics): Update to 1.16.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 36611d3..1fd392f 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9144,14 +9144,14 @@ as allowing spectra with different resolutions.")
 (define-public r-protgenerics
   (package
     (name "r-protgenerics")
-    (version "1.14.0")
+    (version "1.16.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "ProtGenerics" version))
        (sha256
         (base32
-         "053mmxhzncqgigl2iqjlq56qzimlw2zzw31wpzw19rf7rld1vi3b"))))
+         "12jjwmg58b4xbivxlw4pffq0qfi2c1c5hyrci0sfyphrc99fvx0i"))))
     (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]