gnu: python-user-agents: Update to 2.2.0.

* gnu/packages/python-xyz.scm (python-user-agents): Update to 2.2.0.
This commit is contained in:
Julien Lepiller 2022-05-29 21:30:45 +02:00
parent 92a83f38b5
commit 31a9d8677c
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -9776,14 +9776,14 @@ (define-public python2-ua-parser
(define-public python-user-agents
(package
(name "python-user-agents")
(version "1.1.0")
(version "2.2.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "user-agents" version))
(sha256
(base32
"0fc00cd3j8dahq1zzn8pkgfgd7lq37bp2scmdma2n1c049vicgb4"))))
"09mddriffm9rkwr30081fy9n3cn976ms8pwc8p8hhlxnilbjavfk"))))
(build-system python-build-system)
(arguments
`(#:tests? #f)) ;missing devices.json test file in release