mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: vbz-compression: Update to 1.0.3.
* gnu/packages/bioinformatics.scm (vbz-compression): Update to 1.0.3. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
1ae56be99e
commit
37cca1d87e
1 changed files with 2 additions and 2 deletions
|
@ -17867,7 +17867,7 @@ (define-public python-ikarus
|
||||||
(define-public vbz-compression
|
(define-public vbz-compression
|
||||||
(package
|
(package
|
||||||
(name "vbz-compression")
|
(name "vbz-compression")
|
||||||
(version "1.0.1")
|
(version "1.0.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -17879,7 +17879,7 @@ (define-public vbz-compression
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1c6wsrnw03vsc5cfp2rdakly5xy55m9chjmy6v685yapdwirdky0"))))
|
"1rn5d98flvjblhj4zjpcdqqh8qlgsh5cmb13i49fnm187p03097z"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
|
Loading…
Reference in a new issue