[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/09: gnu: emacs-dumbparens: Update to 0-1.59bb5ae.
From: |
guix-commits |
Subject: |
06/09: gnu: emacs-dumbparens: Update to 0-1.59bb5ae. |
Date: |
Tue, 11 Jul 2023 12:07:28 -0400 (EDT) |
abcdw pushed a commit to branch master
in repository guix.
commit 686a3ca7c531f1564bc4ddd95754531cd2e3db0e
Author: Ahmad Draidi <a.r.draidi@redscript.org>
AuthorDate: Fri Jul 7 19:09:49 2023 +0400
gnu: emacs-dumbparens: Update to 0-1.59bb5ae.
* gnu/packages/emacs-xyz.scm (emacs-dumbparens): Update to 0-1.59bb5ae.
[source]: Download from new upstream URL.
[home-page]: Use new home-page.
Signed-off-by: Andrew Tropin <andrew@trop.in>
---
gnu/packages/emacs-xyz.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 6d1fb8368a..a9c00d458a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11422,8 +11422,8 @@ well as completely new features.")
(define-public emacs-dumbparens
;; There are no releases.
- (let ((commit "18b668772f25e5f7b62c0a000b8169eaf7515057")
- (revision "0"))
+ (let ((commit "59bb5aeb85bdc0772a7a21d1194be87aae6f2b7b")
+ (revision "1"))
(package
(name "emacs-dumbparens")
(version (git-version "0" revision commit))
@@ -11432,17 +11432,17 @@ well as completely new features.")
(method git-fetch)
(uri
(git-reference
- (url "https://github.com/raxod502/dumbparens")
+ (url "https://github.com/radian-software/dumbparens")
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "0xv2yzjzq2450z007jppf86knnwzb2s3sxvqyk1yp6qs9mgrmnyp"))))
+ (base32 "0c5zw9qcq5n33212p8fcnjvgn6z582178dnv0jhnrl887h5xr9w2"))))
(build-system emacs-build-system)
(arguments
(list
#:tests? #t
#:test-command #~(list "make" "test")))
- (home-page "https://github.com/raxod502/dumbparens/")
+ (home-page "https://github.com/radian-software/dumbparens")
(synopsis "Minor mode that provides improvements on Smartparens")
(description
"@code{emacs-dumbparens} is a minor mode for Emacs that deals with
parens
- branch master updated (7858b74b77 -> 0cce3ac36e), guix-commits, 2023/07/11
- 04/09: gnu: emacs-mode-line-idle: Update to 0.2-0.1dc0115., guix-commits, 2023/07/11
- 05/09: gnu: emacs-scroll-on-drag: Update to 0.1-2.179c2ac., guix-commits, 2023/07/11
- 07/09: gnu: Add emacs-starlit-theme., guix-commits, 2023/07/11
- 06/09: gnu: emacs-dumbparens: Update to 0-1.59bb5ae.,
guix-commits <=
- 03/09: gnu: emacs-undo-fu-session: Update to 0.6-0.a6c4f73., guix-commits, 2023/07/11
- 01/09: gnu: emacs-spell-fu: Update to 0.3-1.67a26b7., guix-commits, 2023/07/11
- 02/09: gnu: emacs-undo-fu: Update to 0.5-0.0e22308., guix-commits, 2023/07/11
- 08/09: gnu: Add emacs-abyss-theme., guix-commits, 2023/07/11
- 09/09: gnu: Add emacs-sakura-theme., guix-commits, 2023/07/11