[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-oauth2: Update to 0.13.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-oauth2: Update to 0.13. |
Date: |
Sat, 06 Jun 2020 07:19:53 -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 3c47d83 gnu: emacs-oauth2: Update to 0.13.
3c47d83 is described below
commit 3c47d838fa62a25c1f5a757431e4d608dd028fd1
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Jun 6 13:19:01 2020 +0200
gnu: emacs-oauth2: Update to 0.13.
* gnu/packages/emacs-xyz.scm (emacs-oauth2): Update to 0.13.
---
gnu/packages/emacs-xyz.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index d5735c8..b8bbd1b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11809,15 +11809,14 @@ write applications that use WebSockets, and is not
useful by itself.")
(define-public emacs-oauth2
(package
(name "emacs-oauth2")
- (version "0.11")
+ (version "0.13")
(source
(origin
(method url-fetch)
- (uri (string-append "https://elpa.gnu.org/packages/oauth2-"
- version ".el"))
+ (uri (string-append "https://elpa.gnu.org/packages/"
+ "oauth2-" version ".el"))
(sha256
- (base32
- "0ydkc9jazsnbbvfhd47mql52y7k06n3z7r0naqxkwb99j9blqsmp"))))
+ (base32 "0y5nbdwxz2hfr09xgsqgyv60vgx0rsaisibcpkz00klvgg26w33r"))))
(build-system emacs-build-system)
(home-page "https://elpa.gnu.org/packages/oauth2.html")
(synopsis "OAuth 2.0 authorization protocol implementation")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-oauth2: Update to 0.13.,
guix-commits <=