This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch emacs-team
in repository guix.
The following commit(s) were added to refs/heads/emacs-team by this push:
new eab2a45948 gnu: emacs-minimal: Update release date.
eab2a45948 is described below
commit eab2a45948c3a0b1f73c41a2835780af9a58bbe1
Author: Cayetano Santos <[email protected]>
AuthorDate: Thu Aug 27 10:44:47 2026 +0200
gnu: emacs-minimal: Update release date.
Updated to commit:
emacs-31.1 a360712c9d272d950d8d8255ef74570f7e90b7d9
Author: Sean Whitton <[email protected]>
AuthorDate: Mon Aug 24 10:35:47 2026 +0100
* gnu/packages/emacs.scm (emacs-minimal)[arguments]<#:make-flags>:
Refresh let binding.
---
gnu/packages/emacs.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 6bb8bdc2b3..a8ac4d45d1 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -233,7 +233,7 @@
#:configure-flags #~(list "--with-gnutls=no" "--disable-build-details")
#:make-flags
#~(list (string-append "SELECTOR=" #$%emacs-selector)
- (let ((release-date "2025-08-14 05:04:03"))
+ (let ((release-date "2026-08-24 10:35:47"))
(string-append "RUN_TEMACS= "
#$(this-package-native-input "libfaketime")
"/bin/faketime -m -f '" release-date "'"