guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: r-genomicalignments: Update to 1.32.1.


From: guix-commits
Subject: branch master updated: gnu: r-genomicalignments: Update to 1.32.1.
Date: Mon, 05 Sep 2022 15:59:05 -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 9626ca8126 gnu: r-genomicalignments: Update to 1.32.1.
9626ca8126 is described below

commit 9626ca8126be94ca5a385e173930817a6aed230f
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Sep 5 22:50:51 2022 +0300

    gnu: r-genomicalignments: Update to 1.32.1.
    
    * gnu/packages/bioconductor.scm (r-genomicalignments): Update to 1.32.1.
---
 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 b137232966..d69e43b388 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4355,13 +4355,13 @@ names in their natural, rather than lexicographic, 
order.")
 (define-public r-genomicalignments
   (package
     (name "r-genomicalignments")
-    (version "1.32.0")
+    (version "1.32.1")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "GenomicAlignments" version))
               (sha256
                (base32
-                "1ifmlc0488f5yzcf4p92dmdc7psxl5c0aa7qpxjk0a07gf7lldbi"))))
+                "09pg7822camyav5zvlpv360sj5gz8q1bhk528qa2da2qsz74a3cz"))))
     (properties
      `((upstream-name . "GenomicAlignments")))
     (build-system r-build-system)



reply via email to

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