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>
This commit is contained in:
		
							parent
							
								
									355391419b
								
							
						
					
					
						commit
						686a3ca7c5
					
				
					 1 changed files with 5 additions and 5 deletions
				
			
		| 
						 | 
					@ -11422,8 +11422,8 @@ well as completely new features.")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public emacs-dumbparens
 | 
					(define-public emacs-dumbparens
 | 
				
			||||||
  ;; There are no releases.
 | 
					  ;; There are no releases.
 | 
				
			||||||
  (let ((commit "18b668772f25e5f7b62c0a000b8169eaf7515057")
 | 
					  (let ((commit "59bb5aeb85bdc0772a7a21d1194be87aae6f2b7b")
 | 
				
			||||||
        (revision "0"))
 | 
					        (revision "1"))
 | 
				
			||||||
    (package
 | 
					    (package
 | 
				
			||||||
      (name "emacs-dumbparens")
 | 
					      (name "emacs-dumbparens")
 | 
				
			||||||
      (version (git-version "0" revision commit))
 | 
					      (version (git-version "0" revision commit))
 | 
				
			||||||
| 
						 | 
					@ -11432,17 +11432,17 @@ well as completely new features.")
 | 
				
			||||||
         (method git-fetch)
 | 
					         (method git-fetch)
 | 
				
			||||||
         (uri
 | 
					         (uri
 | 
				
			||||||
          (git-reference
 | 
					          (git-reference
 | 
				
			||||||
           (url "https://github.com/raxod502/dumbparens")
 | 
					           (url "https://github.com/radian-software/dumbparens")
 | 
				
			||||||
           (commit commit)))
 | 
					           (commit commit)))
 | 
				
			||||||
         (file-name (git-file-name name version))
 | 
					         (file-name (git-file-name name version))
 | 
				
			||||||
         (sha256
 | 
					         (sha256
 | 
				
			||||||
          (base32 "0xv2yzjzq2450z007jppf86knnwzb2s3sxvqyk1yp6qs9mgrmnyp"))))
 | 
					          (base32 "0c5zw9qcq5n33212p8fcnjvgn6z582178dnv0jhnrl887h5xr9w2"))))
 | 
				
			||||||
      (build-system emacs-build-system)
 | 
					      (build-system emacs-build-system)
 | 
				
			||||||
      (arguments
 | 
					      (arguments
 | 
				
			||||||
       (list
 | 
					       (list
 | 
				
			||||||
        #:tests? #t
 | 
					        #:tests? #t
 | 
				
			||||||
        #:test-command #~(list "make" "test")))
 | 
					        #: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")
 | 
					      (synopsis "Minor mode that provides improvements on Smartparens")
 | 
				
			||||||
      (description
 | 
					      (description
 | 
				
			||||||
       "@code{emacs-dumbparens} is a minor mode for Emacs that deals with parens
 | 
					       "@code{emacs-dumbparens} is a minor mode for Emacs that deals with parens
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue