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

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

The following commit(s) were added to refs/heads/core-packages-team by this 
push:
     new 9a7dc7b8dc gnru: bedtools: Update to 2.31.1; fixes build with gcc-14.
9a7dc7b8dc is described below

commit 9a7dc7b8dc0c0ac9236fbf6244b6db4d1b19c616
Author: Janneke Nieuwenhuizen <[email protected]>
AuthorDate: Fri Jan 3 10:02:22 2025 +0100

    gnru: 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 <[email protected]>
 ;;; Copyright © 2024 Alexis Simon <[email protected]>
 ;;; Copyright © 2024 Spencer King <[email protected]>
+;;; Copyright © 2024 Janneke Nieuwenhuizen <[email protected]>
 ;;;
 ;;; 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