X-Git-Url: https://git.hcoop.net/jackhill/guix/guix.git/blobdiff_plain/fdaba559d0e094989a45ad5d2652bf008c5a048e..ad476912b6987507a0dc5b6d4b53bbf6a3708113:/gnu/packages/emacs-xyz.scm diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index e5ceef86a0..8015fa5f7e 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -12474,6 +12474,28 @@ needs to be refreshed, the code handles it automatically and stores the new value of the access token.") (license license:gpl3+))) +(define-public emacs-auth-source-xoauth2 + (package + (name "emacs-auth-source-xoauth2") + (version "1.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/ccrusius/auth-source-xoauth2") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0nl859csl8xcd6ybpjj15ph8l8fxwkwf45kbylss68alkyf1rl3v")))) + (build-system emacs-build-system) + (home-page "https://github.com/ccrusius/auth-source-xoauth2") + (synopsis "XOAuth2 authentication capabilities for Emacs auth-source") + (description + "This package adds XOAuth2 authentication capabilities to Emacs +auth-source. This integration requires some preliminary work on the users’ +part, which includes creating tokens.") + (license license:asl2.0))) + (define-public emacs-circe (package (name "emacs-circe") @@ -22270,14 +22292,14 @@ Emacs that integrate with major modes like Org-mode.") (define-public emacs-modus-operandi-theme (package (name "emacs-modus-operandi-theme") - (version "0.11.0") + (version "0.12.0") (source (origin (method url-fetch) (uri (string-append "https://elpa.gnu.org/packages/" "modus-operandi-theme-" version ".el")) (sha256 - (base32 "11sq105vpp8rmyayfb7h8gz099kfdr7nb8n4pg81iby4fllj1kgd")))) + (base32 "1mllyysn701qfnglxs7n2f6mrzrz55v9hcwspvafc6fl2blr393y")))) (build-system emacs-build-system) (home-page "https://gitlab.com/protesilaos/modus-themes") (synopsis "Accessible light theme (WCAG AAA)") @@ -22291,14 +22313,14 @@ standard. This is the highest standard of its kind.") (define-public emacs-modus-vivendi-theme (package (name "emacs-modus-vivendi-theme") - (version "0.11.0") + (version "0.12.0") (source (origin (method url-fetch) (uri (string-append "https://elpa.gnu.org/packages/" "modus-vivendi-theme-" version ".el")) (sha256 - (base32 "14ky9cxg9cpvhgg24ra0xla2dapqjlf948470q7v0m402x1r2iif")))) + (base32 "01f6z5xjnmki1k9m83jwva42lxidb31pdpwm4wpxjzxqmb96picn")))) (build-system emacs-build-system) (home-page "https://gitlab.com/protesilaos/modus-themes") (synopsis "Accessible dark theme (WCAG AAA)")