summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
authorzimoun <zimon.toutoune@gmail.com>2022-11-17 03:50:12 +0100
committerRicardo Wurmus <rekado@elephly.net>2022-11-24 12:31:26 +0100
commitdd27fffd32d252699809680842a574698058f917 (patch)
tree1b535f8c996a178ce76aa2d2a799dd1324cf2336 /gnu/packages
parentcf106821f527ead0a3f26d91eaf367051e87a9a4 (diff)
downloadguix-dd27fffd32d252699809680842a574698058f917.tar.gz
gnu: r-protgenerics: Update to 1.30.0.
* gnu/packages/bioconductor.scm (r-protgenerics): Update to 1.30.0.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/bioconductor.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index ee62d6da28..6a2b97f226 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -6364,14 +6364,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")