guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: python2-ttystatus: Update to 0.38.


From: guix-commits
Subject: 04/04: gnu: python2-ttystatus: Update to 0.38.
Date: Mon, 27 Jul 2020 20:19:14 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit f43458d70a149f78d25aaf0f9362129ecfc1048a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Jul 28 01:34:57 2020 +0200

    gnu: python2-ttystatus: Update to 0.38.
    
    * gnu/packages/python-xyz.scm (python2-ttystatus): Update to 0.38.
---
 gnu/packages/python-xyz.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9b08cd9..8e59ef0 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14272,15 +14272,16 @@ iterating over input files.")
 (define-public python2-ttystatus
   (package
     (name "python2-ttystatus")
-    (version "0.36")
+    (version "0.38")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
              (url "http://git.liw.fi/ttystatus";)
-             (commit (string-append "ttystatus-" version))))
+             ;; There are no tags after ttystatus-0.36.
+             (commit "e9fc573326c5d1348f5fe56263b4f7a8c32f58c9")))
        (sha256
-        (base32 "1vwr086yi5wky1zc7jqq49fl8yvzqnp9a7rrg67arc55j4awsn5l"))
+        (base32 "0v49q839nrwdm19c83wfmj6n2kw80xslwq9k0n5509r2h7wzjiqj"))
        (file-name (git-file-name name version))))
     (build-system python-build-system)
     (native-inputs



reply via email to

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