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 1.0.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-logos: Update to 1.0.0.
Date: Mon, 31 Oct 2022 19:00:17 -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 a66b2f432f gnu: emacs-logos: Update to 1.0.0.
a66b2f432f is described below

commit a66b2f432feba02e3ed3a9983089d4031f213d44
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Oct 31 23:59:29 2022 +0100

    gnu: emacs-logos: Update to 1.0.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-logos): Update to 1.0.0.
---
 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 0b706d3b97..63db377759 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14490,7 +14490,7 @@ such files while providing facilities to link between 
them.")
 (define-public emacs-logos
   (package
     (name "emacs-logos")
-    (version "0.4.0")
+    (version "1.0.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -14499,7 +14499,7 @@ such files while providing facilities to link between 
them.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1f40h8kbmza2rgmz84rgwbb4bwqkbfxnc3sc7gqshvxdkz3flbb7"))))
+                "1s1bm8hipipxkcz558h7i21z19g5jsbpqaza8nr4mx03jdp4nsxf"))))
     (native-inputs (list texinfo))
     (build-system emacs-build-system)
     (arguments



reply via email to

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