guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 83012bd39a65b0dd1affde91e1215b8a3b63a5d6
Author: Hartmut Goebel <[email protected]>
AuthorDate: Thu Jan 22 20:22:28 2026 +0100

    gnu: biobambam2: Update to 2.0.185.
    
    * gnu/packages/bioinformatics.scm (biobambam2): Update to 2.0.185.
    
    Change-Id: I462959cbdf938cc6e798132fff521645dd4a6d04
---
 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 41ec272dfb..d3c6f036b5 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -18788,16 +18788,16 @@ and many lower level support classes.
 (define-public biobambam2
   (package
     (name "biobambam2")
-    (version "2.0.182")
+    (version "2.0.185")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://gitlab.com/german.tischler/biobambam2";)
-                    (commit (string-append version 
"-release-20210412001032"))))
+                    (commit (string-append version 
"-release-20221211202123"))))
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0b7w7a2a7hpkgrdn0n7hy4pilzrj82zqrh7q4bg1l0cd6bqr60m5"))))
+                "1ysj0y11wi5z9y05qhbzhd198iqv8d1fh9b5f7ky9c3dklh1nfba"))))
     (build-system gnu-build-system)
     (arguments
      ;; The test suite attempts to execute ../test-driver, which does not 
exist.

Reply via email to