guix-commits
[Top][All Lists]
Advanced

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

71/353: gnu: r-protgenerics: Update to 1.26.0.


From: guix-commits
Subject: 71/353: gnu: r-protgenerics: Update to 1.26.0.
Date: Thu, 4 Nov 2021 18:13:55 -0400 (EDT)

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

commit 838e19252b8219ec7b85ff8e26819d5537237f4a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Nov 4 22:04:06 2021 +0000

    gnu: r-protgenerics: Update to 1.26.0.
    
    * gnu/packages/bioconductor.scm (r-protgenerics): Update to 1.26.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 e61b7b8..a9ccd9a 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3770,14 +3770,14 @@ structure (pcaRes) to provide a common interface to the 
PCA results.")
 (define-public r-protgenerics
   (package
     (name "r-protgenerics")
-    (version "1.24.0")
+    (version "1.26.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "ProtGenerics" version))
        (sha256
         (base32
-         "1c79k8nc28782w5gxi7pkm8jmddq1hdw6khs9kgsp8dyk60ak6fq"))))
+         "0x53pk7h47gjza1q5pz7jb1qqhwa9z2rr5fr61qc92zl3mqk57m0"))))
     (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]