gnu: cliapp: Update to 1.20170823.

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

View file

@ -13930,7 +13930,7 @@ (define-public python-pypeg2
(define-public python2-cliapp
(package
(name "python2-cliapp")
(version "1.20160724")
(version "1.20170823")
(source
(origin
(method url-fetch)
@ -13939,7 +13939,7 @@ (define-public python2-cliapp
version ".tar.gz"))
(sha256
(base32
"025cyi75vxyghbm4hav8dz4fzwksshddavy9g9fwr440awcvw74f"))))
"1i9gik0xrj6jmi95s5w988jl1y265baz5xm5pbqdyvsh8h9ln6yq"))))
(build-system python-build-system)
(arguments
`(#:python ,python-2))