aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-04-17 20:27:05 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-04-18 00:58:20 +0200
commitcbb10936f52e667cf7ccb7963fbd245100b25d75 (patch)
tree0885525e1bd82d56823e63f51e88fb15f0eb67af /gnu/packages/python.scm
parent5a8cea38307cc2f292f2b62bc3d9c87e3cee1d38 (diff)
downloadguix-cbb10936f52e667cf7ccb7963fbd245100b25d75.tar
guix-cbb10936f52e667cf7ccb7963fbd245100b25d75.tar.gz
gnu: python-pretend: Update to 1.0.9.
* gnu/packages/python.scm (python-pretend): Update to 1.0.9.
Diffstat (limited to 'gnu/packages/python.scm')
-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 e5b74a57f7..fe66d8d082 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -6253,7 +6253,7 @@ specification.")
(define-public python-pretend
(package
(name "python-pretend")
- (version "1.0.8")
+ (version "1.0.9")
(source
(origin
(method url-fetch)
@@ -6261,7 +6261,7 @@ specification.")
"pretend/pretend-" version ".tar.gz"))
(sha256
(base32
- "0r5r7ygz9m6d2bklflbl84cqhjkc2q12xgis8268ygjh30g2q3wk"))))
+ "040vm94lcbscg5p81g1icmwwwa2jm7wrd1ybmxnv1sz8rl8bh3n9"))))
(build-system python-build-system)
(home-page "https://github.com/alex/pretend")
(synopsis "Library for stubbing in Python")