gnu: emacs-dtrt-indent: Update to 1.8.
* gnu/packages/emacs-xyz.scm (emacs-dtrt-indent): Update to 1.8.
This commit is contained in:
		
							parent
							
								
									4d02b9c334
								
							
						
					
					
						commit
						7c1010f326
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -24780,7 +24780,7 @@ well as providing an interface to attach and interact with the processes.")
 | 
				
			||||||
(define-public emacs-dtrt-indent
 | 
					(define-public emacs-dtrt-indent
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "emacs-dtrt-indent")
 | 
					    (name "emacs-dtrt-indent")
 | 
				
			||||||
    (version "1.7")
 | 
					    (version "1.8")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method git-fetch)
 | 
					              (method git-fetch)
 | 
				
			||||||
              (uri (git-reference
 | 
					              (uri (git-reference
 | 
				
			||||||
| 
						 | 
					@ -24789,7 +24789,7 @@ well as providing an interface to attach and interact with the processes.")
 | 
				
			||||||
              (file-name (git-file-name name version))
 | 
					              (file-name (git-file-name name version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0ihwmkxgbd0mgfvzisjiwvyypa9z21ckyxdnkf9y5lxywjyr39zh"))))
 | 
					                "16g4bv2py423l19n0kaz18a41wk5fsrpnqzifdss6amqh0dqyvmf"))))
 | 
				
			||||||
    (build-system emacs-build-system)
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
    (home-page "https://github.com/jscheid/dtrt-indent")
 | 
					    (home-page "https://github.com/jscheid/dtrt-indent")
 | 
				
			||||||
    (synopsis "Minor mode that guesses the indentation offset")
 | 
					    (synopsis "Minor mode that guesses the indentation offset")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue