guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 5da01ce90a087cdec97234a412c1726a8f02271d
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Feb 2 23:02:43 2026 +0100
gnu: emacs-url-http-oauth: Update to 0.8.5.
* gnu/packages/emacs-xyz.scm (emacs-url-http-oauth): Update to 0.8.5.
Change-Id: I910e65cf01bc2467648170e4418424fa14a9d723
---
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 3ac949502d..58322f98b6 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -39666,7 +39666,7 @@ advice system without dropping support for Emacs<24.4.")
(define-public emacs-url-http-oauth
(package
(name "emacs-url-http-oauth")
- (version "0.8.4")
+ (version "0.8.5")
(source
(origin
(method url-fetch)
@@ -39674,7 +39674,7 @@ advice system without dropping support for Emacs<24.4.")
"https://elpa.gnu.org/packages/url-http-oauth-" version
".tar"))
(sha256 (base32
- "10iznck31ilfjwjbbwfalqchg260yqypai487436cc0s1fm47vvf"))))
+ "17j1bzvg9a6k1fqkwphlkrqyihpgp5zia3hgbnjkz7j76adbxmgv"))))
(build-system emacs-build-system)
(home-page "https://elpa.gnu.org/packages/url-http-oauth.html")
(synopsis "OAuth 2.0 for URL library")