summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2016-11-25 11:22:27 -0500
committerLeo Famulari <leo@famulari.name>2016-11-25 11:31:43 -0500
commitc415f76302a4c4ba3d8f9279e0b5142f111b21af (patch)
treec6590d3de007070f3bafbef83bf851ef1e000914 /gnu/packages/python.scm
parentde32aa74b4f7762e887e80047804c42d495ab841 (diff)
downloadguix-patches-c415f76302a4c4ba3d8f9279e0b5142f111b21af.tar
guix-patches-c415f76302a4c4ba3d8f9279e0b5142f111b21af.tar.gz
gnu: python-betamax: Fix typo.
* gnu/packages/python.scm (python-betamax): Fix typo.
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r--gnu/packages/python.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index ec672a5544..33ab81ac77 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -11312,7 +11312,7 @@ focus on building massively scalable web applications.")
(arguments
'(;; Many tests fail because they require networking.
#:tests? #f))
- (progated-inputs
+ (propagated-inputs
`(("python-requests" ,python-requests)))
(home-page "https://github.com/sigmavirus24/betamax")
(synopsis "Record HTTP interactions with python-requests")