3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python-betamax: Fix typo.

* gnu/packages/python.scm (python-betamax): Fix typo.
This commit is contained in:
Leo Famulari 2016-11-25 11:22:27 -05:00
parent de32aa74b4
commit c415f76302
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -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")