gnu: emacs-relint: Update to 1.6.
* gnu/packages/emacs-xyz.scm (emacs-relint): Update to 1.6.
This commit is contained in:
		
							parent
							
								
									7d807d8d17
								
							
						
					
					
						commit
						cdd962e89b
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -780,7 +780,7 @@ skip set strings, which are arguments to @code{skip-chars-forward} and
 | 
				
			||||||
(define-public emacs-relint
 | 
					(define-public emacs-relint
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "emacs-relint")
 | 
					    (name "emacs-relint")
 | 
				
			||||||
    (version "1.5")
 | 
					    (version "1.6")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -788,7 +788,7 @@ skip set strings, which are arguments to @code{skip-chars-forward} and
 | 
				
			||||||
             "https://elpa.gnu.org/packages/relint-" version ".el"))
 | 
					             "https://elpa.gnu.org/packages/relint-" version ".el"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "0y7lki2vndpkmzg4k0yh2722hp01qr77vm337xnm8wp3bmwn8s1f"))))
 | 
					         "17nyy3zqpqgs22lrrpdm0k56xnhj5l3y2y3lnmhcqw63xksgbsyk"))))
 | 
				
			||||||
    (build-system emacs-build-system)
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
    (propagated-inputs `(("emacs-xr" ,emacs-xr)))
 | 
					    (propagated-inputs `(("emacs-xr" ,emacs-xr)))
 | 
				
			||||||
    (home-page "https://github.com/mattiase/relint")
 | 
					    (home-page "https://github.com/mattiase/relint")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue