guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: python-ua-parser: Update to 0.10.0.


From: guix-commits
Subject: 01/02: gnu: python-ua-parser: Update to 0.10.0.
Date: Sun, 29 May 2022 15:51:44 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 92a83f38b50535694c2b62e17aa4a509b0a63a65
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sun May 29 21:29:43 2022 +0200

    gnu: python-ua-parser: Update to 0.10.0.
    
    * gnu/packages/python-xyz.scm (python-ua-parser): Update to 0.10.0.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]