gnu: r-biocgenerics: Update to 0.24.0.
authorRicardo Wurmus <rekado@elephly.net>
Mon, 6 Nov 2017 20:34:55 +0000 (21:34 +0100)
committerRicardo Wurmus <rekado@elephly.net>
Tue, 7 Nov 2017 07:15:32 +0000 (08:15 +0100)
* gnu/packages/bioinformatics.scm (r-biocgenerics): Update to 0.24.0.

gnu/packages/bioinformatics.scm

index 66dba98..a670f8c 100644 (file)
@@ -6379,13 +6379,13 @@ barplots or heatmaps.")
 (define-public r-biocgenerics
   (package
     (name "r-biocgenerics")
-    (version "0.22.0")
+    (version "0.24.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "BiocGenerics" version))
               (sha256
                (base32
-                "0qbmz2qxwwi30xpxpvp2h1h7l494rbbz5d9pls5cfhqdv3wnpzsv"))))
+                "03wxvhxyrhipbgcg83lqlfn7p9gbzzrnl48y0dq7303xgp232zai"))))
     (properties
      `((upstream-name . "BiocGenerics")))
     (build-system r-build-system)