guix-commits
[Top][All Lists]
Advanced

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

25/36: gnu: emacs-elisp-demos: Update to 2024.01.16.


From: guix-commits
Subject: 25/36: gnu: emacs-elisp-demos: Update to 2024.01.16.
Date: Sun, 21 Jan 2024 18:24:05 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit c522be3ef36d9fc6f73667c281d522ca108112a7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jan 21 23:45:53 2024 +0100

    gnu: emacs-elisp-demos: Update to 2024.01.16.
    
    * gnu/packages/emacs-xyz.scm (emacs-elisp-demos): Update to 2024.01.16.
    
    Change-Id: Ia23a78b139d3182fd2452658de2f0fbafd052fff
---
 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 1fd80b6f29..e85c89ab2b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8718,7 +8718,7 @@ files which are intended to be packages.")
 (define-public emacs-elisp-demos
   (package
     (name "emacs-elisp-demos")
-    (version "2020.02.19")
+    (version "2024.01.16")
     (source
      (origin
        (method git-fetch)
@@ -8728,7 +8728,7 @@ files which are intended to be packages.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0mckgaz92v3y2vlkggx9kd51fd1mahylw39c42l51dyv8wscm7sc"))))
+         "1pgg5z3z2pf0vps86lrkxfr36v4c24mpgvj551gixdlrm2s55p0l"))))
     (build-system emacs-build-system)
     (arguments
      `(#:include '("\\.el$" "\\.org$")



reply via email to

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