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
1 changed files with 2 additions and 2 deletions

View File

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