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.15.


From: guix-commits
Subject: branch master updated: gnu: emacs-oauth2: Update to 0.15.
Date: Tue, 08 Sep 2020 07:36:37 -0400

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 891a157  gnu: emacs-oauth2: Update to 0.15.
891a157 is described below

commit 891a1579cef580c81ef57cdab9cb13c1a9c976bc
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Sep 8 13:35:46 2020 +0200

    gnu: emacs-oauth2: Update to 0.15.
    
    * gnu/packages/emacs-xyz.scm (emacs-oauth2): Update to 0.15.
---
 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 133192b..fe7a2be 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12508,14 +12508,14 @@ write applications that use WebSockets, and is not 
useful by itself.")
 (define-public emacs-oauth2
   (package
     (name "emacs-oauth2")
-    (version "0.13")
+    (version "0.15")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
                            "oauth2-" version ".el"))
        (sha256
-        (base32 "0y5nbdwxz2hfr09xgsqgyv60vgx0rsaisibcpkz00klvgg26w33r"))))
+        (base32 "0ij17g6i8d4cyzc8v6sy2qglwhzd767331gavll6d507krdh3ca3"))))
     (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]