guix-commits
[Top][All Lists]
Advanced

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

258/288: gnu: r-protgenerics: Update to 1.22.0.


From: guix-commits
Subject: 258/288: gnu: r-protgenerics: Update to 1.22.0.
Date: Mon, 16 Nov 2020 15:07:58 -0500 (EST)

rekado pushed a commit to branch wip-r
in repository guix.

commit 319534145c11fab210762351a505dc838e10fe91
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Oct 30 16:00:14 2020 +0100

    gnu: r-protgenerics: Update to 1.22.0.
    
    * gnu/packages/bioinformatics.scm (r-protgenerics): Update to 1.22.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 fa67f14..974da58 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9515,14 +9515,14 @@ trait.")
 (define-public r-protgenerics
   (package
     (name "r-protgenerics")
-    (version "1.20.0")
+    (version "1.22.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "ProtGenerics" version))
        (sha256
         (base32
-         "14xzdh7vxss8vmrw91hcwrszdn3ikm71mah8875b2lkrkrfzbl73"))))
+         "0yihxphgkshvfv1sn67wc4zvr2zlzws2j7ki3zabm6vyfkfdkfiz"))))
     (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]