gnu: bedops: Update to 2.4.33.
* gnu/packages/bioinformatics.scm (bedops): Update to 2.4.33.
This commit is contained in:
parent
c829c5ea85
commit
b43a9eb361
|
@ -337,7 +337,7 @@ transparently with both VCFs and BCFs, both uncompressed and BGZF-compressed.")
|
||||||
(define-public bedops
|
(define-public bedops
|
||||||
(package
|
(package
|
||||||
(name "bedops")
|
(name "bedops")
|
||||||
(version "2.4.14")
|
(version "2.4.33")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/bedops/bedops/archive/v"
|
(uri (string-append "https://github.com/bedops/bedops/archive/v"
|
||||||
|
@ -345,7 +345,7 @@ transparently with both VCFs and BCFs, both uncompressed and BGZF-compressed.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1kqbac547wyqma81cyky9n7mkgikjpsfd3nnmcm6hpqwanqgh10v"))))
|
"0kx4awrwby8f33wqyx8w7ms7v25xhf0d421csgf96a3hfzn2mb0m"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f
|
'(#:tests? #f
|
||||||
|
|
Loading…
Reference in New Issue