guix-commits
[Top][All Lists]
Advanced

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

62/296: gnu: r-protgenerics: Update to 1.20.0.


From: guix-commits
Subject: 62/296: gnu: r-protgenerics: Update to 1.20.0.
Date: Fri, 12 Jun 2020 19:29:40 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 157eb89707740cf06fac366006a2f7479e32c236
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jun 12 16:23:11 2020 +0200

    gnu: r-protgenerics: Update to 1.20.0.
    
    * gnu/packages/bioinformatics.scm (r-protgenerics): Update to 1.20.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 73d95cc..5c3d239 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9551,14 +9551,14 @@ as allowing spectra with different resolutions.")
 (define-public r-protgenerics
   (package
     (name "r-protgenerics")
-    (version "1.18.0")
+    (version "1.20.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "ProtGenerics" version))
        (sha256
         (base32
-         "1k1ggjgx2la8b21841a4ngkp6xfxwz0czv7x960r7i1jqif8y48z"))))
+         "14xzdh7vxss8vmrw91hcwrszdn3ikm71mah8875b2lkrkrfzbl73"))))
     (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]