guix-commits
[Top][All Lists]
Advanced

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

04/11: gnu: python-oauthlib: Update to 3.1.0.


From: guix-commits
Subject: 04/11: gnu: python-oauthlib: Update to 3.1.0.
Date: Sat, 10 Oct 2020 17:40:46 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 2eb74175d937398ac1c8d0137270a4b1d13d35e5
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Sep 28 01:21:58 2020 +0200

    gnu: python-oauthlib: Update to 3.1.0.
    
    * gnu/packages/python-web.scm (python-oauthlib): Update to 3.1.0.
---
 gnu/packages/python-web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 5b5ee79..9813894 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2164,13 +2164,13 @@ adapter for use with the Requests library.")
 (define-public python-oauthlib
   (package
     (name "python-oauthlib")
-    (version "3.0.1")
+    (version "3.1.0")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "oauthlib" version))
               (sha256
                (base32
-                "163jg4a8f7c5ki655grrr47kgljy12wri3qly7ijf64sk1fjrqqc"))))
+                "12gqnabwck30gdlpwm6af3s28qm9p2yc7b1w8s4fk9ncbz1irr5y"))))
     (build-system python-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases



reply via email to

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