mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 03:15:09 -05:00
gnu: emacs-oauth2: Update to 0.13.
* gnu/packages/emacs-xyz.scm (emacs-oauth2): Update to 0.13.
This commit is contained in:
parent
bed1d64ca4
commit
3c47d838fa
1 changed files with 4 additions and 5 deletions
|
@ -11809,15 +11809,14 @@ (define-public emacs-websocket
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue