guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: python2-ttystatus: Don't use unstable tarball.


From: guix-commits
Subject: 02/04: gnu: python2-ttystatus: Don't use unstable tarball.
Date: Mon, 27 Jul 2020 20:19:13 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 3d320ae1af61ad7e3a520e50b67d5ef836ba865d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Jul 27 23:34:34 2020 +0200

    gnu: python2-ttystatus: Don't use unstable tarball.
    
    * gnu/packages/python-xyz.scm (python2-ttystatus)[source]: Use GIT-FETCH and
    GIT-FILE-NAME.
---
 gnu/packages/python-xyz.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 3aebff0..3876590 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14275,13 +14275,13 @@ iterating over input files.")
     (version "0.36")
     (source
      (origin
-       (method url-fetch)
-       (uri (string-append
-             
"http://git.liw.fi/cgi-bin/cgit/cgit.cgi/ttystatus/snapshot/ttystatus-";
-             version ".tar.gz"))
+       (method git-fetch)
+       (uri (git-reference
+             (url "http://git.liw.fi/ttystatus";)
+             (commit (string-append "ttystatus-" version))))
        (sha256
-        (base32
-         "06mdk4d19zw2j3is54gndhzl396g3xc8k52m7i86z69s9hcz71by"))))
+        (base32 "1vwr086yi5wky1zc7jqq49fl8yvzqnp9a7rrg67arc55j4awsn5l"))
+       (file-name (git-file-name name version))))
     (build-system python-build-system)
     (native-inputs
      `(("python2-coverage-test-runner" ,python2-coverage-test-runner)



reply via email to

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