guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 02/02: gnu: python-user-agents: Update to 2.2.0.
Date: Sun, 29 May 2022 15:51:44 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 31a9d8677c86c4fcccecc3f0eadc373904a0f27c
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sun May 29 21:30:45 2022 +0200

    gnu: python-user-agents: Update to 2.2.0.
    
    * gnu/packages/python-xyz.scm (python-user-agents): Update to 2.2.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 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



reply via email to

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