3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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 @@ making them easy to handle and incorporate into other protocols.")
(define-public python-ccm (define-public python-ccm
(package (package
(name "python-ccm") (name "python-ccm")
(version "2.0.4.1") (version "2.1.6")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (pypi-uri "ccm" version))
"https://pypi.python.org/packages/source/c/ccm/ccm-"
version
".tar.gz"))
(sha256 (sha256
(base32 (base32
"199jw221albs2iv6xczczq88fxnh0aw8hzmys8qkbzkd99dssng9")))) "177dfxsmk3k4cih6fh6v8d91bh4nqx7ns6pc07w7m7i3cvdx3c8n"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
`(("python-setuptools" ,python-setuptools))) `(("python-setuptools" ,python-setuptools)))