Skip to content
Snippets Groups Projects
Unverified Commit f480133c authored by Ricardo Wurmus's avatar Ricardo Wurmus
Browse files

gnu: libbigwig: Update to 0.4.4.

* gnu/packages/bioinformatics.scm (libbigwig): Update to 0.4.4.
parent 067ea298
No related branches found
No related tags found
No related merge requests found
......@@ -2353,16 +2353,16 @@ (define-public cutadapt
(define-public libbigwig
(package
(name "libbigwig")
(version "0.4.2")
(version "0.4.4")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/dpryan79/libBigWig.git")
(commit version)))
(file-name (string-append name "-" version "-checkout"))
(file-name (git-file-name name version))
(sha256
(base32
"0h2smg24v5srdcqzrmz2g23cmlp4va465mgx8r2z571sfz8pv454"))))
"09693dmf1scdac5pyq6qyn8b4mcipvnmc370k9a5z41z81m3dcsj"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment