guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 193b97bd48ecef389caaf56a8731fa5cd8e546d6
Author: Spencer King <[email protected]>
AuthorDate: Wed Mar 4 05:29:03 2026 +0000
gnu: bwa: Update to 0.7.19.
* gnu/packages/bioinformatics.scm (bwa): Update to 0.7.19.
Merges: https://codeberg.org/guix/guix/pulls/6925
Change-Id: I066277d3746e291426156ae36a70c8a51a59f23f
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/bioinformatics.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 88a4174b28..f417d60401 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -26,7 +26,7 @@
;;; Copyright © 2022-2025 Navid Afkhami <[email protected]>
;;; Copyright © 2022 Antero Mejr <[email protected]>
;;; Copyright © 2024, 2026 Alexis Simon <[email protected]>
-;;; Copyright © 2024 Spencer King <[email protected]>
+;;; Copyright © 2024, 2026 Spencer King <[email protected]>
;;; Copyright © 2025 nomike Postmann <[email protected]>
;;; Copyright © 2025 Janneke Nieuwenhuizen <[email protected]>
;;; Copyright © 2026 Hartmut Goebel <[email protected]>
@@ -5724,7 +5724,7 @@ genome (2.9 GB for paired-end).")
(define-public bwa
(package
(name "bwa")
- (version "0.7.18")
+ (version "0.7.19")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -5733,7 +5733,7 @@ genome (2.9 GB for paired-end).")
(file-name (git-file-name name version))
(sha256
(base32
- "1vf3iwkzxqkzhcfz2q3qyvcv3jrvbb012qy21pfgjl8lv20ywfr1"))))
+ "04hvp3sl64h5wmlkzjawmma3v8h1lb9vbqwkkz8nkxmqzy8vnzx3"))))
(build-system gnu-build-system)
(arguments
(list #:tests? #f ;no "check" target