summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2026-01-22 20:22:28 +0100
committerHartmut Goebel <h.goebel@crazy-compilers.com>2026-01-25 18:52:42 +0100
commit83012bd39a65b0dd1affde91e1215b8a3b63a5d6 (patch)
tree87a8fbc9574392bfdd4ff456ebe1f510437accaf /gnu
parentf4bf35a92b41501722a1cc137c90ddef1dbb37a6 (diff)
gnu: biobambam2: Update to 2.0.185.
* gnu/packages/bioinformatics.scm (biobambam2): Update to 2.0.185. Change-Id: I462959cbdf938cc6e798132fff521645dd4a6d04
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/bioinformatics.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 41ec272dfb4..d3c6f036b57 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -18788,16 +18788,16 @@ and many lower level support classes.
18788(define-public biobambam2 18788(define-public biobambam2
18789 (package 18789 (package
18790 (name "biobambam2") 18790 (name "biobambam2")
18791 (version "2.0.182") 18791 (version "2.0.185")
18792 (source (origin 18792 (source (origin
18793 (method git-fetch) 18793 (method git-fetch)
18794 (uri (git-reference 18794 (uri (git-reference
18795 (url "https://gitlab.com/german.tischler/biobambam2") 18795 (url "https://gitlab.com/german.tischler/biobambam2")
18796 (commit (string-append version "-release-20210412001032")))) 18796 (commit (string-append version "-release-20221211202123"))))
18797 (file-name (git-file-name name version)) 18797 (file-name (git-file-name name version))
18798 (sha256 18798 (sha256
18799 (base32 18799 (base32
18800 "0b7w7a2a7hpkgrdn0n7hy4pilzrj82zqrh7q4bg1l0cd6bqr60m5")))) 18800 "1ysj0y11wi5z9y05qhbzhd198iqv8d1fh9b5f7ky9c3dklh1nfba"))))
18801 (build-system gnu-build-system) 18801 (build-system gnu-build-system)
18802 (arguments 18802 (arguments
18803 ;; The test suite attempts to execute ../test-driver, which does not exist. 18803 ;; The test suite attempts to execute ../test-driver, which does not exist.