gnu: python-ccm: Update to 2.1.6.

* gnu/packages/python.scm (python-ccm): Update to 2.1.6.
This commit is contained in:
Efraim Flashner 2016-04-10 12:16:44 +03:00
parent 286f1bac9e
commit db5567f753

View file

@ -541,17 +541,14 @@ (define-public python2-ecdsa
(define-public python-ccm
(package
(name "python-ccm")
(version "2.0.4.1")
(version "2.1.6")
(source
(origin
(method url-fetch)
(uri (string-append
"https://pypi.python.org/packages/source/c/ccm/ccm-"
version
".tar.gz"))
(uri (pypi-uri "ccm" version))
(sha256
(base32
"199jw221albs2iv6xczczq88fxnh0aw8hzmys8qkbzkd99dssng9"))))
"177dfxsmk3k4cih6fh6v8d91bh4nqx7ns6pc07w7m7i3cvdx3c8n"))))
(build-system python-build-system)
(native-inputs
`(("python-setuptools" ,python-setuptools)))