guix-commits
[Top][All Lists]
Advanced

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

138/449: gnu: r-protgenerics: Update to 1.30.0.


From: guix-commits
Subject: 138/449: gnu: r-protgenerics: Update to 1.30.0.
Date: Tue, 22 Nov 2022 15:47:12 -0500 (EST)

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

commit d75f4381103a2a67035d7e3e252f56549272ed4c
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Thu Nov 17 03:50:12 2022 +0100

    gnu: r-protgenerics: Update to 1.30.0.
    
    * gnu/packages/bioconductor.scm (r-protgenerics): Update to 1.30.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 60aa7f4349..7ccbdaaa4d 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -6323,14 +6323,14 @@ chromosome.  Both tumor-normal paired and tumor-only 
analyses are supported.")
 (define-public r-protgenerics
   (package
     (name "r-protgenerics")
-    (version "1.28.0")
+    (version "1.30.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "ProtGenerics" version))
        (sha256
         (base32
-         "04hcgj4q8dbzp1a29rbww2bxxrg679pgys3m09p0ydkpsx76rq05"))))
+         "1k5pg0zbhz9mjsl5i3j33p7qv2adax2lf7yqv6qz229fxxaxs5li"))))
     (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]