guix-commits
[Top][All Lists]
Advanced

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

30/31: gnu: python-fixtures: Update to 1.4.0.


From: Efraim Flashner
Subject: 30/31: gnu: python-fixtures: Update to 1.4.0.
Date: Wed, 30 Dec 2015 21:23:23 +0000

efraim pushed a commit to branch master
in repository guix.

commit 13fcc6df37457d79a0d83336b11093bd836b82b4
Author: Efraim Flashner <address@hidden>
Date:   Wed Dec 30 22:30:59 2015 +0200

    gnu: python-fixtures: Update to 1.4.0.
    
    * gnu/packages/python.scm (python-fixtures): Update to 1.4.0.
---
 gnu/packages/python.scm |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 9eabc65..b8afe3c 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1891,16 +1891,14 @@ and sensible default behaviors into your setuptools 
run.")
 (define-public python-fixtures
   (package
     (name "python-fixtures")
-    (version "1.3.1")
+    (version "1.4.0")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append
-             "https://pypi.python.org/packages/source/f/fixtures/fixtures-";
-             version ".tar.gz"))
+       (uri (pypi-uri "fixtures" version))
        (sha256
         (base32
-         "1khpywdh91ijryhxjxiyyi5rmbimhl8hwbbf8lazhgzq6yxz6g5n"))))
+         "0djxvdwm8s60dbfn7bhf40x6g818p3b3mlwijm1c3bqg7msn271y"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-six" ,python-six)



reply via email to

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