guix-commits
[Top][All Lists]
Advanced

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

43/53: gnu: emacs-parent-mode: Update to 2.3.1.


From: guix-commits
Subject: 43/53: gnu: emacs-parent-mode: Update to 2.3.1.
Date: Thu, 22 Feb 2024 10:19:04 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 44013c13d7f0f5e58cea913c442b6892a6daadd6
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Feb 22 14:57:47 2024 +0100

    gnu: emacs-parent-mode: Update to 2.3.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-parent-mode): Update to 2.3.1.
    [description]: Expound a bit.
    [license]: Switch to BSD-2.
    
    Change-Id: I83b9c5fb7fea47d171b180e8b0d4edba96ad0cbd
---
 gnu/packages/emacs-xyz.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 37c4b652b5..73b964b46c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24629,7 +24629,7 @@ expansions for debugging with Edebug as normal.")
 (define-public emacs-parent-mode
   (package
     (name "emacs-parent-mode")
-    (version "2.3")
+    (version "2.3.1")
     (source
      (origin
        (method git-fetch)
@@ -24638,12 +24638,14 @@ expansions for debugging with Edebug as normal.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0i5bc7lyyrx6swqlrp9l5x72yzwi53qn6ldrfs99gh08b3yvsnni"))))
+        (base32 "1ki22rkbyglr3wppjph6gy23lcx2nwj9w0ff9h3ryd197j4yvvgi"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/Fanael/parent-mode";)
     (synopsis "Get major mode's parent modes")
-    (description "Get major mode's parent modes")
-    (license license:gpl3+)))
+    (description
+     "This package provides a function to list all current major mode's parent
+modes.")
+    (license license:bsd-2)))
 
 (define-public emacs-lacarte
   (let ((commit "79afc5d2406dae5aabc1c12089e8e2e1990abd85")



reply via email to

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