guix-commits
[Top][All Lists]
Advanced

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

159/216: gnu: bedtools: Update to 2.31.1; fixes build with gcc-14.


From: guix-commits
Subject: 159/216: gnu: bedtools: Update to 2.31.1; fixes build with gcc-14.
Date: Sat, 4 Jan 2025 07:27:35 -0500 (EST)

janneke pushed a commit to branch core-packages-team
in repository guix.

commit 383cf5307f994de80ff82325bf4eb5f1640c2e71
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Fri Jan 3 10:02:22 2025 +0100

    gnu: bedtools: Update to 2.31.1; fixes build with gcc-14.
    
    * gnu/packages/bioinformatics.scm (bedtools): Update to 2.31.1.
    
    Change-Id: I1576952e19449ad92aee3690c97d3f406df95321
---
 gnu/packages/bioinformatics.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 5c118aed07..8f37d08f00 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -27,6 +27,7 @@
 ;;; Copyright © 2022 Antero Mejr <antero@mailbox.org>
 ;;; Copyright © 2024 Alexis Simon <alexis.simon@runbox.com>
 ;;; Copyright © 2024 Spencer King <spencer.king@geneoscopy.com>
+;;; Copyright © 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -448,7 +449,7 @@ computational cluster.")
 (define-public bedtools
   (package
     (name "bedtools")
-    (version "2.30.0")
+    (version "2.31.1")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://github.com/arq5x/bedtools2/releases/";
@@ -456,7 +457,7 @@ computational cluster.")
                                   "bedtools-" version ".tar.gz"))
               (sha256
                (base32
-                "1f2hh79l7dn147c2xyfgf5wfjvlqfw32kjfnnh2n1qy6rpzx2fik"))))
+                "15rbfg776pcjxqrsa22dk7sdlmx1lijh3jhap04f1cbr4866czpw"))))
     (build-system gnu-build-system)
     (arguments
      (list



reply via email to

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