guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-logos: Update to 0.4.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-logos: Update to 0.4.0.
Date: Thu, 25 Aug 2022 08:06:27 -0400

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 9593cf511e gnu: emacs-logos: Update to 0.4.0.
9593cf511e is described below

commit 9593cf511e4ca12e0880fbcddc9b7ce3b5139598
Author: jgart <jgart@dismail.de>
AuthorDate: Sat Aug 6 21:47:58 2022 -0500

    gnu: emacs-logos: Update to 0.4.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-logos): Update to 0.4.0.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 96635957db..aeb921d82c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13668,7 +13668,7 @@ you to deal with multiple log levels.")
 (define-public emacs-logos
   (package
     (name "emacs-logos")
-    (version "0.3.1")
+    (version "0.4.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -13677,7 +13677,7 @@ you to deal with multiple log levels.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1xhnhaxmjqdv0bbh22gj9ak83hha8d59q64b6aa4rynrgcyajk45"))))
+                "1f40h8kbmza2rgmz84rgwbb4bwqkbfxnc3sc7gqshvxdkz3flbb7"))))
     (native-inputs (list texinfo))
     (build-system emacs-build-system)
     (arguments



reply via email to

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