mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 03:15:09 -05:00
gnu: python2-ttystatus: Update to 0.35.
* gnu/packages/python.scm (python2-ttystatus): Update to 0.35.
This commit is contained in:
parent
f6c5821530
commit
2d6da7942a
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue