gnu: emacs-undo-tree: Update to 0.6.6.
* gnu/packages/emacs (emacs-undo-tree): Update to 0.6.6. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
		
							parent
							
								
									5fa1b4174a
								
							
						
					
					
						commit
						77a7891b87
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
					@ -1654,16 +1654,16 @@ in the center.")
 | 
				
			||||||
(define-public emacs-undo-tree
 | 
					(define-public emacs-undo-tree
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "emacs-undo-tree")
 | 
					    (name "emacs-undo-tree")
 | 
				
			||||||
    (version "0.6.4")
 | 
					    (version "0.6.6")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method git-fetch)
 | 
					              (method git-fetch)
 | 
				
			||||||
              (uri (git-reference
 | 
					              (uri (git-reference
 | 
				
			||||||
                    (url "http://dr-qubit.org/git/undo-tree.git")
 | 
					                    (url "http://dr-qubit.org/git/undo-tree.git")
 | 
				
			||||||
                    (commit "release/0.6.4")))
 | 
					                    (commit "release/0.6.6")))
 | 
				
			||||||
              (file-name (string-append name "-" version "-checkout"))
 | 
					              (file-name (string-append name "-" version "-checkout"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
                (base32
 | 
					               (base32
 | 
				
			||||||
                  "0b6hnv6bq1g5np5q2yw9r9aj1cxpp14akm21br7vpb7wp01fv4b3"))))
 | 
					                "1hnh2mnmw179gr094r561w6cw1haid0lpvpqvkc24wpj82vphzpa"))))
 | 
				
			||||||
    (build-system emacs-build-system)
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
    (home-page "http://www.dr-qubit.org/emacs.php")
 | 
					    (home-page "http://www.dr-qubit.org/emacs.php")
 | 
				
			||||||
    (synopsis "Treat undo history as a tree")
 | 
					    (synopsis "Treat undo history as a tree")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue