aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2023-05-12 22:31:22 +0200
committerRicardo Wurmus <rekado@elephly.net>2023-05-12 22:31:22 +0200
commit6d72af07479ab354872ebfe8f60486d35b048ad9 (patch)
tree03a09ac4be5410de6ff2728fd80c1c3dbdf66e51 /gnu/packages
parent6331e41cde07e26a25e45dcfd55f60e654de678b (diff)
downloadguix-6d72af07479ab354872ebfe8f60486d35b048ad9.tar
guix-6d72af07479ab354872ebfe8f60486d35b048ad9.tar.gz
gnu: samblaster: Update to 0.1.26.
* gnu/packages/bioinformatics.scm (samblaster): Update to 0.1.26.
Diffstat (limited to 'gnu/packages')
-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 2eb1645691..4962c51ab9 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -17766,7 +17766,7 @@ length of a short-read sequencing alignment.")
(define-public samblaster
(package
(name "samblaster")
- (version "0.1.24")
+ (version "0.1.26")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -17775,11 +17775,11 @@ length of a short-read sequencing alignment.")
(file-name (git-file-name name version))
(sha256
(base32
- "0iv2ddfw8363vb2x8gr3p8g88whb6mb9m0pf71i2cqsbv6jghap7"))))
+ "0g24fq5hplnfgqkh3xqpg3lgx3wmxwnh9c7m6yw7pbi40lmgl1jv"))))
(build-system gnu-build-system)
(arguments
(list
- #:tests? #f ; there are none
+ #:tests? #f ;there are none
#:phases
#~(modify-phases %standard-phases
(delete 'configure) ;There is no configure phase.