gnu: emacs-undo-tree: Parameterize source uri.
* gnu/packages/emacs.scm (emacs-undo-tree)[source]: Replace hard-coded version with version parameter.
This commit is contained in:
		
							parent
							
								
									73cd4022d6
								
							
						
					
					
						commit
						08e1f38ddd
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -8,7 +8,7 @@
 | 
				
			||||||
;;; Copyright © 2016, 2017 Chris Marusich <cmmarusich@gmail.com>
 | 
					;;; Copyright © 2016, 2017 Chris Marusich <cmmarusich@gmail.com>
 | 
				
			||||||
;;; Copyright © 2015, 2016 Christopher Allan Webber <cwebber@dustycloud.org>
 | 
					;;; Copyright © 2015, 2016 Christopher Allan Webber <cwebber@dustycloud.org>
 | 
				
			||||||
;;; Copyright © 2016 Adriano Peluso <catonano@gmail.com>
 | 
					;;; Copyright © 2016 Adriano Peluso <catonano@gmail.com>
 | 
				
			||||||
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
 | 
					;;; Copyright © 2016, 2017 Efraim Flashner <efraim@flashner.co.il>
 | 
				
			||||||
;;; Copyright © 2016 David Thompson <davet@gnu.org>
 | 
					;;; Copyright © 2016 David Thompson <davet@gnu.org>
 | 
				
			||||||
;;; Copyright © 2016 Matthew Jordan <matthewjordandevops@yandex.com>
 | 
					;;; Copyright © 2016 Matthew Jordan <matthewjordandevops@yandex.com>
 | 
				
			||||||
;;; Copyright © 2016, 2017 Roel Janssen <roel@gnu.org>
 | 
					;;; Copyright © 2016, 2017 Roel Janssen <roel@gnu.org>
 | 
				
			||||||
| 
						 | 
					@ -1659,7 +1659,7 @@ in the center.")
 | 
				
			||||||
              (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.6")))
 | 
					                    (commit (string-append "release/" version))))
 | 
				
			||||||
              (file-name (string-append name "-" version "-checkout"))
 | 
					              (file-name (string-append name "-" version "-checkout"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue