guix-patches
[Top][All Lists]
Advanced

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

[bug#60493] [PATCH 3/3] gnu: Update python-tweepy to 4.12.1.


From: Giacomo Leidi
Subject: [bug#60493] [PATCH 3/3] gnu: Update python-tweepy to 4.12.1.
Date: Mon, 2 Jan 2023 13:52:07 +0100

* gnu/packages/python-web.scm (python-tweepy): Update to 4.12.1.
---
 gnu/packages/python-web.scm | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 2b8dbfca73..a5896a0f13 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -39,7 +39,7 @@
 ;;; Copyright © 2020 Edouard Klein <edk@beaver-labs.com>
 ;;; Copyright © 2020, 2021, 2022 Vinicius Monego <monego@posteo.net>
 ;;; Copyright © 2020 Konrad Hinsen <konrad.hinsen@fastmail.net>
-;;; Copyright © 2020, 2022 Giacomo Leidi <goodoldpaul@autistici.org>
+;;; Copyright © 2020, 2022, 2023 Giacomo Leidi <goodoldpaul@autistici.org>
 ;;; Copyright © 2021 Ekaitz Zarraga <ekaitz@elenq.tech>
 ;;; Copyright © 2021 Greg Hogan <code@greghogan.com>
 ;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
@@ -7573,7 +7573,7 @@ (define-public python-mwparserfromhell
 (define-public python-tweepy
   (package
     (name "python-tweepy")
-    (version "4.4.0")
+    (version "4.12.1")
     (source
      (origin
        (method git-fetch)
@@ -7584,7 +7584,7 @@ (define-public python-tweepy
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0jl3j20iqvzqqw5q5ldval5wrc2pdx94zff3b6b87j51yjx3qjhr"))))
+         "0c2zypsfspbjd1f5rgn2jnj05qxsmxh9gb93ciqf65hmkalgc8cg"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
@@ -7594,7 +7594,11 @@ (define-public python-tweepy
              (when tests?
                (invoke "python" "-m" "unittest" "discover" "tests")))))))
     (propagated-inputs
-     (list python-aiohttp python-requests python-requests-oauthlib))
+     (list python-aiohttp
+           python-async-lru
+           python-requests
+           python-requests-oauthlib
+           python-oauthlib))
     (native-inputs
      (list python-vcrpy))
     (home-page "https://www.tweepy.org/";)
-- 
2.38.1






reply via email to

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