gnu: r-s4vectors: Update to 0.24.2.
authorRicardo Wurmus <rekado@elephly.net>
Thu, 16 Jan 2020 05:09:16 +0000 (06:09 +0100)
committerRicardo Wurmus <rekado@elephly.net>
Thu, 16 Jan 2020 05:53:31 +0000 (06:53 +0100)
* gnu/packages/bioinformatics.scm (r-s4vectors): Update to 0.24.2.

gnu/packages/bioinformatics.scm

index 0f7c7b7..03ddd30 100644 (file)
@@ -7345,13 +7345,13 @@ checks on R packages that are to be submitted to the Bioconductor repository.")
 (define-public r-s4vectors
   (package
     (name "r-s4vectors")
-    (version "0.24.1")
+    (version "0.24.2")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "S4Vectors" version))
               (sha256
                (base32
-                "1rr7ml3gn83g8fbvhgvryyzlh4p3qgpwcrsz6ii4y7gh1hqxggpx"))))
+                "1s1h00k2ki7sd0hz4l8n41xr6ixszag7lm0ryrbb08idgcy16ipn"))))
     (properties
      `((upstream-name . "S4Vectors")))
     (build-system r-build-system)