~ruther/guix-local

c415f76302a4c4ba3d8f9279e0b5142f111b21af — Leo Famulari 9 years ago de32aa7
gnu: python-betamax: Fix typo.

* gnu/packages/python.scm (python-betamax): Fix typo.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +1 -1
@@ 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")