mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 08:51:48 -05:00
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:
parent
92a83f38b5
commit
31a9d8677c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue