[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: python-betamax: Fix typo.
From: |
Leo Famulari |
Subject: |
02/02: gnu: python-betamax: Fix typo. |
Date: |
Fri, 25 Nov 2016 16:32:05 +0000 (UTC) |
lfam pushed a commit to branch python-build-system
in repository guix.
commit c415f76302a4c4ba3d8f9279e0b5142f111b21af
Author: Leo Famulari <address@hidden>
Date: Fri Nov 25 11:22:27 2016 -0500
gnu: python-betamax: Fix typo.
* gnu/packages/python.scm (python-betamax): Fix typo.
---
gnu/packages/python.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index ec672a5..33ab81a 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")