guix-commits
[Top][All Lists]
Advanced

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

89/324: gnu: r-protgenerics: Update to 1.24.0.


From: guix-commits
Subject: 89/324: gnu: r-protgenerics: Update to 1.24.0.
Date: Sat, 5 Jun 2021 03:14:52 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit dc67525ae6fd57dfdc19843d12912c7e9c6c7559
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 5 08:49:47 2021 +0200

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

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 297c964..8211632 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3689,14 +3689,14 @@ structure (pcaRes) to provide a common interface to the 
PCA results.")
 (define-public r-protgenerics
   (package
     (name "r-protgenerics")
-    (version "1.22.0")
+    (version "1.24.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "ProtGenerics" version))
        (sha256
         (base32
-         "0yihxphgkshvfv1sn67wc4zvr2zlzws2j7ki3zabm6vyfkfdkfiz"))))
+         "1c79k8nc28782w5gxi7pkm8jmddq1hdw6khs9kgsp8dyk60ak6fq"))))
     (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]