gnu: python2-ttystatus: Update to 0.36.

* gnu/packages/python-xyz.scm (python2-ttystatus): Update to 0.36.
master
Marius Bakke 2019-02-23 16:06:54 +01:00
parent 9064b84e02
commit e516a9c258
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -11334,7 +11334,7 @@ iterating over input files.")
(define-public python2-ttystatus
(package
(name "python2-ttystatus")
(version "0.35")
(version "0.36")
(source
(origin
(method url-fetch)
@ -11343,7 +11343,7 @@ iterating over input files.")
version ".tar.gz"))
(sha256
(base32
"0vivqbw7ddhsq1zj3g9cvvv4f0phl0pis2smsnwcr2szz2fk3hl6"))))
"06mdk4d19zw2j3is54gndhzl396g3xc8k52m7i86z69s9hcz71by"))))
(build-system python-build-system)
(native-inputs
`(("python2-coverage-test-runner" ,python2-coverage-test-runner)