gnu: python-twobitreader: Update to 3.1.6.

* gnu/packages/bioinformatics.scm (python-twobitreader): Update to 3.1.6.
[source]: Fetch from git.
This commit is contained in:
Ricardo Wurmus 2018-10-21 12:42:14 +02:00
parent f5cec0068a
commit 8640f9ec91
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 9 additions and 9 deletions

View File

@ -1595,19 +1595,19 @@ also includes an interface for tabix.")
(define-public python-twobitreader (define-public python-twobitreader
(package (package
(name "python-twobitreader") (name "python-twobitreader")
(version "3.1.4") (version "3.1.6")
(source (origin (source (origin
(method url-fetch) (method git-fetch)
(uri (pypi-uri "twobitreader" version)) (uri (git-reference
(url "https://github.com/benjschiller/twobitreader")
(commit version)))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1q8wnj2kga9nz1lwc4w7qv52smfm536hp6mc8w6s53lhyj0mpi22")))) "1qbxvv1h58cismbk1anpjrkpghsaiy64a11ir3lhy6qch6xf8n62"))))
(build-system python-build-system) (build-system python-build-system)
(arguments ;; Tests are not included
'(;; Tests are not distributed in the PyPi release. (arguments '(#:tests? #f))
;; TODO Try building from the Git repo or asking the upstream maintainer
;; to distribute the tests on PyPi.
#:tests? #f))
(native-inputs (native-inputs
`(("python-sphinx" ,python-sphinx))) `(("python-sphinx" ,python-sphinx)))
(home-page "https://github.com/benjschiller/twobitreader") (home-page "https://github.com/benjschiller/twobitreader")