mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: samblaster: Update to 0.1.26.
* gnu/packages/bioinformatics.scm (samblaster): Update to 0.1.26.
This commit is contained in:
parent
6331e41cde
commit
6d72af0747
1 changed files with 3 additions and 3 deletions
|
@ -17766,7 +17766,7 @@ (define-public freebayes
|
|||
(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 @@ (define-public samblaster
|
|||
(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.
|
||||
|
|
Loading…
Reference in a new issue