guix-commits
[Top][All Lists]
Advanced

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

77/265: gnu: r-protgenerics: Update to 1.18.0.


From: guix-commits
Subject: 77/265: gnu: r-protgenerics: Update to 1.18.0.
Date: Sun, 15 Dec 2019 09:40:08 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit d12328f9fe222d930f5e7ba5e71afc4c24f124bc
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 14:58:07 2019 +0100

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