diff options
author | Leo Famulari <leo@famulari.name> | 2016-11-25 11:22:27 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-11-25 11:31:43 -0500 |
commit | c415f76302a4c4ba3d8f9279e0b5142f111b21af (patch) | |
tree | c6590d3de007070f3bafbef83bf851ef1e000914 /gnu | |
parent | de32aa74b4f7762e887e80047804c42d495ab841 (diff) | |
download | guix-c415f76302a4c4ba3d8f9279e0b5142f111b21af.tar.gz guix-c415f76302a4c4ba3d8f9279e0b5142f111b21af.zip |
gnu: python-betamax: Fix typo.
* gnu/packages/python.scm (python-betamax): Fix typo.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python.scm | 2 |
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") |