summary refs log tree commit diff
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2022-05-29 21:29:43 +0200
committerJulien Lepiller <julien@lepiller.eu>2022-05-29 21:30:16 +0200
commit92a83f38b50535694c2b62e17aa4a509b0a63a65 (patch)
tree2ad85cefc4329273405dbb3a906f9b8f4302f7a0
parente8b2219152ae6afed8a7fb5d81759ae6a9e32cec (diff)
downloadguix-92a83f38b50535694c2b62e17aa4a509b0a63a65.tar.gz
gnu: python-ua-parser: Update to 0.10.0.
* gnu/packages/python-xyz.scm (python-ua-parser): Update to 0.10.0.
-rw-r--r--gnu/packages/python-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index fe1896efca..58599304e5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9751,14 +9751,14 @@ toolkit.  Use it to build trees of widgets.")
 (define-public python-ua-parser
   (package
     (name "python-ua-parser")
-    (version "0.8.0")
+    (version "0.10.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "ua-parser" version))
        (sha256
         (base32
-         "1jwdf58rhchjzzrad405pviv0iq24xa2xmmmdgcm2c8s6b4wzfwp"))))
+         "0csh307zfz666kkk5idrw3crj1x8q8vsqgwqil0r1n1hs4p7ica7"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #f))                    ;no test suite in release