guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/28: gnu: python-twobitreader: Update to 3.1.6.


From: Ricardo Wurmus
Subject: 05/28: gnu: python-twobitreader: Update to 3.1.6.
Date: Sun, 21 Oct 2018 17:06:57 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 8640f9ec91f7a9e81457a3651a06465fd8dd03a3
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Oct 21 12:42:14 2018 +0200

    gnu: python-twobitreader: Update to 3.1.6.
    
    * gnu/packages/bioinformatics.scm (python-twobitreader): Update to 3.1.6.
    [source]: Fetch from git.
---
 gnu/packages/bioinformatics.scm | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]