me
/
guix
Archived
1
0
Fork 0

gnu: http-parser: Update to 1.1.4.

* gnu/packages/web.scm (http-parser): Update to 1.1.4.
[phases]: Delete trailing #t.
master
Maxim Cournoyer 2021-11-22 10:22:18 -05:00
parent 7d5c5b3493
commit 07f078dbcf
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 3 additions and 4 deletions

View File

@ -6390,13 +6390,13 @@ message stream (in a web server that is per connection).")
(define-public python-httpretty
(package
(name "python-httpretty")
(version "1.0.5")
(version "1.1.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "httpretty" version))
(sha256
(base32 "1dg0nfl7i9kjnq98ww98x2afzav4mpgiwzvjc43ily1x9my94g75"))))
(base32 "0s1vjdaf3pk2xd0hvi5f7p3jm2rgwpbc734jdp9r50m1smfhxpi0"))))
(build-system python-build-system)
(arguments
`(#:tests? #f ; Tests require network access.
@ -6405,8 +6405,7 @@ message stream (in a web server that is per connection).")
(replace 'check
(lambda* (#:key tests? #:allow-other-keys)
(when tests?
(invoke "nosetests"))
#t)))))
(invoke "nosetests")))))))
(native-inputs
`(("python-coverage" ,python-coverage)
("python-eventlet" ,python-eventlet)