guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: r-genomeinfodb: Update to 1.32.3.


From: guix-commits
Subject: branch master updated: gnu: r-genomeinfodb: Update to 1.32.3.
Date: Sun, 28 Aug 2022 09:00:27 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 444c300e3e gnu: r-genomeinfodb: Update to 1.32.3.
444c300e3e is described below

commit 444c300e3e088d31e44209e735618b97ca402f61
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Aug 28 15:47:58 2022 +0300

    gnu: r-genomeinfodb: Update to 1.32.3.
    
    * gnu/packages/bioconductor.scm (r-genomeinfodb): Update to 1.32.3.
---
 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 a4a020e71c..7aee0c55c3 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4328,13 +4328,13 @@ genomic intervals.  In addition, it can use BAM or 
BigWig files as input.")
 (define-public r-genomeinfodb
   (package
     (name "r-genomeinfodb")
-    (version "1.32.2")
+    (version "1.32.3")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "GenomeInfoDb" version))
               (sha256
                (base32
-                "1n37bwb2fqmdgqbn19rgsd2qn8vbdhv6khdwjr7v12bwabcbx9xh"))))
+                "17nwcq2ivj3bdibdywfyjq4n6z0djispbh9ahqa55sp31ksq41xh"))))
     (properties
      `((upstream-name . "GenomeInfoDb")))
     (build-system r-build-system)



reply via email to

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