mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 10:20:14 +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:
parent
ad4ee037fd
commit
f43458d70a
1 changed files with 4 additions and 3 deletions
|
@ -14272,15 +14272,16 @@ iterating over input files.")
|
||||||
(define-public python2-ttystatus
|
(define-public python2-ttystatus
|
||||||
(package
|
(package
|
||||||
(name "python2-ttystatus")
|
(name "python2-ttystatus")
|
||||||
(version "0.36")
|
(version "0.38")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "http://git.liw.fi/ttystatus")
|
(url "http://git.liw.fi/ttystatus")
|
||||||
(commit (string-append "ttystatus-" version))))
|
;; There are no tags after ttystatus-0.36.
|
||||||
|
(commit "e9fc573326c5d1348f5fe56263b4f7a8c32f58c9")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1vwr086yi5wky1zc7jqq49fl8yvzqnp9a7rrg67arc55j4awsn5l"))
|
(base32 "0v49q839nrwdm19c83wfmj6n2kw80xslwq9k0n5509r2h7wzjiqj"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Add table
Reference in a new issue