me
/
guix
Archived
1
0
Fork 0

gnu: python-ua-parser: Update to 0.10.0.

* gnu/packages/python-xyz.scm (python-ua-parser): Update to 0.10.0.
master
Julien Lepiller 2022-05-29 21:29:43 +02:00
parent e8b2219152
commit 92a83f38b5
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
1 changed files with 2 additions and 2 deletions

View File

@ -9751,14 +9751,14 @@ toolkit. Use it to build trees of widgets.")
(define-public python-ua-parser (define-public python-ua-parser
(package (package
(name "python-ua-parser") (name "python-ua-parser")
(version "0.8.0") (version "0.10.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "ua-parser" version)) (uri (pypi-uri "ua-parser" version))
(sha256 (sha256
(base32 (base32
"1jwdf58rhchjzzrad405pviv0iq24xa2xmmmdgcm2c8s6b4wzfwp")))) "0csh307zfz666kkk5idrw3crj1x8q8vsqgwqil0r1n1hs4p7ica7"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:tests? #f)) ;no test suite in release `(#:tests? #f)) ;no test suite in release