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
This commit is contained in:
Nicolas Goaziou 2024-02-22 14:57:47 +01:00
parent 7544c7dbd5
commit 44013c13d7
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 6 additions and 4 deletions

View File

@ -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")