mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-betamax: Fix typo.
* gnu/packages/python.scm (python-betamax): Fix typo.
This commit is contained in:
parent
de32aa74b4
commit
c415f76302
1 changed files with 1 additions and 1 deletions
|
@ -11312,7 +11312,7 @@ focus on building massively scalable web applications.")
|
||||||
(arguments
|
(arguments
|
||||||
'(;; Many tests fail because they require networking.
|
'(;; Many tests fail because they require networking.
|
||||||
#:tests? #f))
|
#:tests? #f))
|
||||||
(progated-inputs
|
(propagated-inputs
|
||||||
`(("python-requests" ,python-requests)))
|
`(("python-requests" ,python-requests)))
|
||||||
(home-page "https://github.com/sigmavirus24/betamax")
|
(home-page "https://github.com/sigmavirus24/betamax")
|
||||||
(synopsis "Record HTTP interactions with python-requests")
|
(synopsis "Record HTTP interactions with python-requests")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue