summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2016-03-22 18:08:51 -0400
committerMark H Weaver <mhw@netris.org>2016-04-04 12:32:59 -0400
commit61a4332d9eab8c69add07e4b4d5352345c2836c9 (patch)
tree2f0f3eea04436a9d2a33e6f808b909b67ddffc08
parent560c07954c0b885a0efbb2dfaf99232fbad00fa0 (diff)
gnu: python-pytest: Update to 2.7.3.
* gnu/packages/python.scm (python-pytest, python2-pytest): Update to 2.7.3.
-rw-r--r--gnu/packages/python.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 414503fad1..5eb29a28a8 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1532,7 +1532,7 @@ code introspection, and logging.")
(define-public python-pytest
(package
(name "python-pytest")
- (version "2.6.1")
+ (version "2.7.3")
(source
(origin
(method url-fetch)
@@ -1541,7 +1541,7 @@ code introspection, and logging.")
version ".tar.gz"))
(sha256
(base32
- "0g2w4p0n42wvz8rq4k6gnzpkakgz3g8sfanxk8jrsra9675snkcr"))
+ "1z4yi986f9n0p8qmzmn21m21m8j1x78hk3505f89baqm6pdw7afm"))
(modules '((guix build utils)))
(snippet
;; One of the tests involves the /usr directory, so it fails.