gnu: python-coverage: Update to 4.1.
authorEfraim Flashner <efraim@flashner.co.il>
Sun, 17 Jul 2016 08:14:06 +0000 (11:14 +0300)
committerEfraim Flashner <efraim@flashner.co.il>
Sun, 17 Jul 2016 12:15:03 +0000 (15:15 +0300)
* gnu/packages/python.scm (python-coverage): Update to 4.1.

gnu/packages/python.scm

index 93b1bb9..f745538 100644 (file)
@@ -2013,14 +2013,14 @@ have failed since the last commit or what tests are currently failing.")
 (define-public python-coverage
   (package
     (name "python-coverage")
-    (version "4.0.3")
+    (version "4.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "coverage" version))
        (sha256
         (base32
-         "0qjlja8ny4gcfp8abqfwdrvr8qw9kr69lkja0b4cqqbsdmdjgcc5"))))
+         "01rbr4br4lsk0lwn8fb96zwd2xr4f0mg1w7iq3j11i8f5ig2nqs1"))))
     (build-system python-build-system)
     (inputs
      `(("python-setuptools" ,python-setuptools)))