guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-oauth2: Update to 0.16.


From: guix-commits
Subject: branch master updated: gnu: emacs-oauth2: Update to 0.16.
Date: Sat, 20 Feb 2021 04:06:29 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 10795c5  gnu: emacs-oauth2: Update to 0.16.
10795c5 is described below

commit 10795c53f42b94b5e9c0e402943582024e4fceac
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Feb 20 10:05:21 2021 +0100

    gnu: emacs-oauth2: Update to 0.16.
    
    * gnu/packages/emacs-xyz.scm (emacs-oauth2): Update to 0.16.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 3c3dad7..cec3723 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13857,14 +13857,14 @@ write applications that use WebSockets, and is not 
useful by itself.")
 (define-public emacs-oauth2
   (package
     (name "emacs-oauth2")
-    (version "0.15")
+    (version "0.16")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
                            "oauth2-" version ".el"))
        (sha256
-        (base32 "0ij17g6i8d4cyzc8v6sy2qglwhzd767331gavll6d507krdh3ca3"))))
+        (base32 "1rzly2nwjywrfgcmp8zidbmjl2ahyd8l8507lb1mxm4xqryvf316"))))
     (build-system emacs-build-system)
     (home-page "https://elpa.gnu.org/packages/oauth2.html";)
     (synopsis "OAuth 2.0 authorization protocol implementation")



reply via email to

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