guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-request: Update to 0.3.2-1.3336eaa.


From: guix-commits
Subject: branch master updated: gnu: emacs-request: Update to 0.3.2-1.3336eaa.
Date: Mon, 15 Nov 2021 05:06:27 -0500

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 fa15506  gnu: emacs-request: Update to 0.3.2-1.3336eaa.
fa15506 is described below

commit fa1550647c9c1add09d90ad5cbaff9db674ddf19
Author: Morgan Smith <Morgan.J.Smith@outlook.com>
AuthorDate: Sun Nov 14 11:02:29 2021 -0500

    gnu: emacs-request: Update to 0.3.2-1.3336eaa.
    
    * gnu/packages/emacs-xyz.scm (emacs-request): Update to 0.3.2-1.3336eaa.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 7e49fcb..b26318b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8790,9 +8790,9 @@ a source code input file.")
 
 (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 @@ a source code input file.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "1rkpakzish2d470ca15yq3k0m1j7a2lrkvvddcyvc2rx0sncsdjs"))))
+                  "0jckwy5zhz95d6l3lz8b9b34pppcjjzy97fg1wn8mqzhf3h460ac"))))
       (build-system emacs-build-system)
       (arguments
        `(#:tests? #f))                  ; requires network access.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]