[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")
- 38/53: gnu: emacs-meow: Update to 1.4.5., (continued)
- 38/53: gnu: emacs-meow: Update to 1.4.5., guix-commits, 2024/02/22
- 39/53: gnu: emacs-nodejs-repl: Update to 0.2.5., guix-commits, 2024/02/22
- 40/53: gnu: emacs-nodejs-repl: Improve package style., guix-commits, 2024/02/22
- 44/53: gnu: emacs-parent-mode: Run tests., guix-commits, 2024/02/22
- 46/53: gnu: emacs-ox-tufte: Update to 4.0.4., guix-commits, 2024/02/22
- 52/53: gnu: emacs-visual-fill-column: Update to 2.5.2., guix-commits, 2024/02/22
- 48/53: gnu: emacs-saveplace-pdf-view: Update to 1.0.6., guix-commits, 2024/02/22
- 51/53: gnu: emacs-vertico: Update to 1.7., guix-commits, 2024/02/22
- 42/53: gnu: emacs-osm: Update to 1.3., guix-commits, 2024/02/22
- 41/53: gnu: emacs-org: Update to 9.6.19., guix-commits, 2024/02/22
- 43/53: gnu: emacs-parent-mode: Update to 2.3.1.,
guix-commits <=
- 45/53: gnu: emacs-org-fc: Update to 0.5.1., guix-commits, 2024/02/22
- 47/53: gnu: emacs-pg: Update to 0.28., guix-commits, 2024/02/22
- 49/53: gnu: emacs-tempel: Update to 1.1., guix-commits, 2024/02/22
- 50/53: gnu: emacs-treebundel: Update to 0.3.0., guix-commits, 2024/02/22
- 53/53: gnu: emacs-yeetube: Update to 2.1.2., guix-commits, 2024/02/22