guix-commits
[Top][All Lists]
Advanced

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

32/55: gnu: r-genomationdata: Update to 1.34.0.


From: guix-commits
Subject: 32/55: gnu: r-genomationdata: Update to 1.34.0.
Date: Mon, 22 Jan 2024 08:01:01 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit c916f39b5c11f0b54c9a6eb1cb8f7a3346d98924
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jan 22 13:44:54 2024 +0100

    gnu: r-genomationdata: Update to 1.34.0.
    
    * gnu/packages/bioconductor.scm (r-genomationdata): Update to 1.34.0.
    
    Change-Id: Ia8e4535efcdcbb0e706b1e9682594467ab8c2fda
---
 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 dce3c1e3a5..be9367c3fb 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1945,13 +1945,13 @@ genomes and gene ID formats, largely based on the UCSC 
table browser.")
 (define-public r-genomationdata
   (package
     (name "r-genomationdata")
-    (version "1.28.0")
+    (version "1.34.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "genomationData" version 'experiment))
        (sha256
-        (base32 "0ckdgmarndpz6r0y9sd4nmypzjgivj32w2890yl15xmxkx4397fh"))))
+        (base32 "044q01dbcd34lxgwpg76yk0msvx7gpiibiqxp6fr9jswq6izrzq7"))))
     (properties
      `((upstream-name . "genomationData")))
     (build-system r-build-system)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]