[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#27380] [PATCH 2/2] gnu: python-mock: Update to 2.0.0
From: |
Muriithi Frederick Muriuki |
Subject: |
[bug#27380] [PATCH 2/2] gnu: python-mock: Update to 2.0.0 |
Date: |
Thu, 15 Jun 2017 18:39:06 +0300 |
* gnu/packages/python.scm (python-mock): Update to 2.0.0
[source]: Update hash.
[native-inputs]: Add python-pbr-minimal as a dependency.
---
gnu/packages/python.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 1427d92ab..8e18173a0 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -900,14 +900,16 @@ API for locking files.")
(define-public python-mock
(package
(name "python-mock")
- (version "1.0.1")
+ (version "2.0.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "mock" version))
(sha256
(base32
- "0kzlsbki6q0awf89rc287f3aj8x431lrajf160a70z0ikhnxsfdq"))))
+ "1flbpksir5sqrvq2z0dp8sl4bzbadg21sj4d42w3klpdfvgvcn5i"))))
+ (native-inputs
+ `(("python-pbr-minimal" ,python-pbr-minimal)))
(build-system python-build-system)
(arguments '(#:test-target "check"))
(home-page "https://github.com/testing-cabal/mock")
--
2.13.1