guix-commits
[Top][All Lists]
Advanced

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

49/52: gnu: emacs-oauth2: Update to 0.17.


From: guix-commits
Subject: 49/52: gnu: emacs-oauth2: Update to 0.17.
Date: Sun, 15 Sep 2024 04:51:22 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 1293259fe71d9c2928a78317c609137859f539ff
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Sep 15 10:37:27 2024 +0200

    gnu: emacs-oauth2: Update to 0.17.
    
    * gnu/packages/emacs-xyz.scm (emacs-oauth2): Update to 0.17.
    
    Change-Id: I0b73e8d48e3cd12c179351dfcc7cc92710b09242
---
 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 fd52b5f377..6e34552fa0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -22358,14 +22358,14 @@ write applications that use WebSockets, and is not 
useful by itself.")
 (define-public emacs-oauth2
   (package
     (name "emacs-oauth2")
-    (version "0.16")
+    (version "0.17")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
                            "oauth2-" version ".tar"))
        (sha256
-        (base32 "1rzly2nwjywrfgcmp8zidbmjl2ahyd8l8507lb1mxm4xqryvf316"))))
+        (base32 "0ah0h3k6hiqm977414kyg96r6rrvnwvik3hz3ra3r0mxx7lksqha"))))
     (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]