gnu: libbigwig: Update to 0.4.4.

* gnu/packages/bioinformatics.scm (libbigwig): Update to 0.4.4.
This commit is contained in:
Ricardo Wurmus 2019-09-05 13:16:06 +02:00
parent 067ea2989f
commit f480133c4e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 3 deletions

View File

@ -2353,16 +2353,16 @@ other types of unwanted sequence from high-throughput sequencing reads.")
(define-public libbigwig (define-public libbigwig
(package (package
(name "libbigwig") (name "libbigwig")
(version "0.4.2") (version "0.4.4")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/dpryan79/libBigWig.git") (url "https://github.com/dpryan79/libBigWig.git")
(commit version))) (commit version)))
(file-name (string-append name "-" version "-checkout")) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0h2smg24v5srdcqzrmz2g23cmlp4va465mgx8r2z571sfz8pv454")))) "09693dmf1scdac5pyq6qyn8b4mcipvnmc370k9a5z41z81m3dcsj"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:test-target "test" `(#:test-target "test"