guix-patches
[Top][All Lists]
Advanced

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

[bug#64515] [PATCH] gnu: emacs-dumbparens: Update to 0-1.59bb5ae.


From: Ahmad Draidi
Subject: [bug#64515] [PATCH] gnu: emacs-dumbparens: Update to 0-1.59bb5ae.
Date: Fri, 7 Jul 2023 19:09:49 +0400

* gnu/packages/emacs-xyz.scm (emacs-dumbparens): Update to 0-1.59bb5ae.
[source]: Download from new upstream URL.
[home-page]: Use new home-page.
---
 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 21aa820f0b..dd7e89dadf 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11415,8 +11415,8 @@ (define-public emacs-smartparens
 
 (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))
@@ -11425,17 +11425,17 @@ (define-public emacs-dumbparens
          (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

base-commit: cbc14b3baea457cf2718b85f767d39ff3911ce91
-- 
2.40.1






reply via email to

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