guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: eless: Update to 0.7.


From: guix-commits
Subject: branch master updated: gnu: eless: Update to 0.7.
Date: Thu, 15 Sep 2022 03:38:40 -0400

This is an automated email from the git hooks/post-receive script.

iyzsong pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ab371a27d6 gnu: eless: Update to 0.7.
ab371a27d6 is described below

commit ab371a27d640f4e9593124f741b29154e9731bc9
Author: kiasoc5 <kiasoc5@disroot.org>
AuthorDate: Thu Sep 15 01:17:13 2022 -0400

    gnu: eless: Update to 0.7.
    
    * gnu/packages/emacs-xyz.scm (eless): Update to 0.7.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 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 3311e973e6..5aff012adb 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -17660,7 +17660,7 @@ languages while remaining inside the primary Org 
buffer.")
 (define-public eless
   (package
     (name "eless")
-    (version "0.6")
+    (version "0.7")
     (source
      (origin
        (method git-fetch)
@@ -17669,7 +17669,7 @@ languages while remaining inside the primary Org 
buffer.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1xif339wsc79hsab3l1nnwvy20jg7s1r4akfj4qqi6qxizfhmb52"))))
+        (base32 "01gpzg35v972ik4bimcyhqabjca6sjj41kw2i15xj1k33p4sjqpf"))))
     (build-system copy-build-system)
     (inputs
      (list bash emacs))



reply via email to

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