gnu: python2-ttystatus: Update to 0.35.

* gnu/packages/python.scm (python2-ttystatus): Update to 0.35.
This commit is contained in:
Arun Isaac 2017-08-24 14:28:41 +05:30
parent f6c5821530
commit 2d6da7942a
No known key found for this signature in database
GPG key ID: 2E25EE8B61802BB3

View file

@ -13956,7 +13956,7 @@ (define-public python2-cliapp
(define-public python2-ttystatus
(package
(name "python2-ttystatus")
(version "0.32")
(version "0.35")
(source
(origin
(method url-fetch)
@ -13965,7 +13965,7 @@ (define-public python2-ttystatus
version ".tar.gz"))
(sha256
(base32
"0b5g889jj23r2w1hi300cdldx6jvspanp0ybf5n1qvdvl150aamf"))))
"0vivqbw7ddhsq1zj3g9cvvv4f0phl0pis2smsnwcr2szz2fk3hl6"))))
(build-system python-build-system)
(arguments
`(#:python ,python-2))