guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/19: gnu: python-ccm: Update to 2.1.6.


From: Efraim Flashner
Subject: 03/19: gnu: python-ccm: Update to 2.1.6.
Date: Sun, 10 Apr 2016 20:49:19 +0000

efraim pushed a commit to branch master
in repository guix.

commit db5567f75394566b6d006e0802a2adde442a1a66
Author: Efraim Flashner <address@hidden>
Date:   Sun Apr 10 12:16:44 2016 +0300

    gnu: python-ccm: Update to 2.1.6.
    
    * gnu/packages/python.scm (python-ccm): Update to 2.1.6.
---
 gnu/packages/python.scm |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 04dafa5..eeb0669 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -541,17 +541,14 @@ making them easy to handle and incorporate into other 
protocols.")
 (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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]