guix-commits
[Top][All Lists]
Advanced

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

09/37: gnu: python-fixtures: Update to 3.0.0.


From: Marius Bakke
Subject: 09/37: gnu: python-fixtures: Update to 3.0.0.
Date: Wed, 28 Feb 2018 10:33:51 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 9c77852e1948f21b62932e073bad49c7bc65b614
Author: Marius Bakke <address@hidden>
Date:   Tue Feb 27 20:22:36 2018 +0100

    gnu: python-fixtures: Update to 3.0.0.
    
    * gnu/packages/check.scm (python-fixtures-bootstrap): Update to 3.0.0.
---
 gnu/packages/check.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 19d7dec..50b4afc 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1033,13 +1033,13 @@ protocol.")))
 (define-public python-fixtures-bootstrap
   (package
     (name "python-fixtures-bootstrap")
-    (version "1.4.0")
+    (version "3.0.0")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "fixtures" version))
               (sha256
                (base32
-                "0djxvdwm8s60dbfn7bhf40x6g818p3b3mlwijm1c3bqg7msn271y"))))
+                "1vxj29bzz3rd4pcy51d05wng9q9dh4jq6wx92yklsm7i6h1ddw7w"))))
     (build-system python-build-system)
     (arguments `(#:tests? #f))
     (propagated-inputs



reply via email to

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