diff options
author | Julien Lepiller <julien@lepiller.eu> | 2022-05-29 21:30:45 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2022-05-29 21:30:45 +0200 |
commit | 31a9d8677c86c4fcccecc3f0eadc373904a0f27c (patch) | |
tree | 9e0e40d9fc1e0d976f38811ecd35c0de619b97f6 | |
parent | 92a83f38b50535694c2b62e17aa4a509b0a63a65 (diff) | |
download | guix-31a9d8677c86c4fcccecc3f0eadc373904a0f27c.tar.gz |
gnu: python-user-agents: Update to 2.2.0.
* gnu/packages/python-xyz.scm (python-user-agents): Update to 2.2.0.
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 58599304e5..38c5fbb808 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -9776,14 +9776,14 @@ toolkit. Use it to build trees of widgets.") (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 |