gnu: python2-ttystatus: Update to 0.38.
authorTobias Geerinckx-Rice <me@tobias.gr>
Mon, 27 Jul 2020 23:34:57 +0000 (01:34 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Tue, 28 Jul 2020 00:18:47 +0000 (02:18 +0200)
* gnu/packages/python-xyz.scm (python2-ttystatus): Update to 0.38.

gnu/packages/python-xyz.scm

index 9b08cd9..8e59ef0 100644 (file)
@@ -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