guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-treemacs: Update to 2.9.1.


From: guix-commits
Subject: branch master updated: gnu: emacs-treemacs: Update to 2.9.1.
Date: Fri, 01 Oct 2021 04:31:23 -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 f80ce9b  gnu: emacs-treemacs: Update to 2.9.1.
f80ce9b is described below

commit f80ce9b6b39b67b7326a9332bf058edc1484e199
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Oct 1 10:30:50 2021 +0200

    gnu: emacs-treemacs: Update to 2.9.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-treemacs): Update to 2.9.1.
---
 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 2ab4dd3..6d0ce4f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23758,7 +23758,7 @@ processes for Emacs")
 (define-public emacs-treemacs
   (package
     (name "emacs-treemacs")
-    (version "2.9")
+    (version "2.9.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -23767,7 +23767,7 @@ processes for Emacs")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "141mgd742grvs94mnr62w1fiwmlhkq8b2131dh4mqrdjgcrd1kl8"))))
+                "1c75b4ni8mxf58b6z9n9f7mij54aial0pbsnp390wcry57z2c77l"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-ace-window" ,emacs-ace-window)



reply via email to

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