3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python2-ttystatus: Update to 0.38.

* gnu/packages/python-xyz.scm (python2-ttystatus): Update to 0.38.
This commit is contained in:
Tobias Geerinckx-Rice 2020-07-28 01:34:57 +02:00
parent ad4ee037fd
commit f43458d70a
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View 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