GNU bug report logs -
#51849
[PATCH] gnu: emacs-request: Update to 0.3.2-1.3336eaa.
Previous Next
Reported by: Morgan.J.Smith <at> outlook.com
Date: Sun, 14 Nov 2021 16:25:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 15 Nov 2021 11:04:36 +0100
with message-id <87bl2lka4r.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#51849] [PATCH] gnu: emacs-request: Update to 0.3.2-1.3336eaa.
has caused the debbugs.gnu.org bug report #51849,
regarding [PATCH] gnu: emacs-request: Update to 0.3.2-1.3336eaa.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
51849: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=51849
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Morgan Smith <Morgan.J.Smith <at> outlook.com>
* gnu/packages/emacs-xyz.scm (emacs-request): Update to 0.3.2-1.3336eaa.
---
gnu/packages/emacs-xyz.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b305bb5386..4c55b9bf50 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8790,9 +8790,9 @@ (define-public emacs-rmsbolt
(define-public emacs-request
;; We prefer a more recent commit that has support for auth-source,
- ;; which makes authentication more convenient for users and maintainers.
- (let ((commit "d02d1347ffdf138cffd380cbeac62ac8732036ef")
- (revision "0"))
+ ;; and has some bug fixes for Emacs 28.
+ (let ((commit "3336eaa97de923f74b90dda3e35985e122d40805")
+ (revision "1"))
(package
(name "emacs-request")
(version (git-version "0.3.2" revision commit))
@@ -8804,7 +8804,7 @@ (define-public emacs-request
(file-name (git-file-name name version))
(sha256
(base32
- "1rkpakzish2d470ca15yq3k0m1j7a2lrkvvddcyvc2rx0sncsdjs"))))
+ "0jckwy5zhz95d6l3lz8b9b34pppcjjzy97fg1wn8mqzhf3h460ac"))))
(build-system emacs-build-system)
(arguments
`(#:tests? #f)) ; requires network access.
--
2.33.1
[Message part 3 (message/rfc822, inline)]
Hello,
Morgan.J.Smith <at> outlook.com writes:
> * gnu/packages/emacs-xyz.scm (emacs-request): Update to
> 0.3.2-1.3336eaa.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
This bug report was last modified 3 years and 267 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.