gnu: emacs-git-timemachine: Update to 4.10.
* gnu/packages/emacs-xyz.scm (emacs-git-timemachine): Update to 4.10. [propagated-inputs] Add emacs-transient. [source] Use GIT-FETCH and GIT-REFERENCE. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
		
							parent
							
								
									866822b738
								
							
						
					
					
						commit
						1c9ea5aaa4
					
				
					 1 changed files with 9 additions and 7 deletions
				
			
		| 
						 | 
					@ -2225,18 +2225,20 @@ display and behaviour is easily customisable.")
 | 
				
			||||||
(define-public emacs-git-timemachine
 | 
					(define-public emacs-git-timemachine
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "emacs-git-timemachine")
 | 
					    (name "emacs-git-timemachine")
 | 
				
			||||||
    (version "4.5")
 | 
					    (version "4.10")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
       (uri (string-append "https://gitlab.com/pidu/git-timemachine"
 | 
					       (uri (git-reference
 | 
				
			||||||
                           "/-/archive/" version
 | 
					             (url "https://gitlab.com/pidu/git-timemachine.git")
 | 
				
			||||||
                           "/git-timemachine-" version ".tar.gz"))
 | 
					             (commit version)))
 | 
				
			||||||
       (file-name (string-append name "-" version ".tar.gz"))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "0ii40qcincasg7s1yrvqcxkqcqzb4sfs7gcxscn6m4x4ans165zy"))))
 | 
					         "08zsn3lsnnf01wkv5ls38jga02s5dnf0j3gigy4qd6im3j3d04m1"))))
 | 
				
			||||||
    (build-system emacs-build-system)
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
 | 
					    (propagated-inputs
 | 
				
			||||||
 | 
					     `(("emacs-transient" ,emacs-transient)))
 | 
				
			||||||
    (home-page "https://gitlab.com/pidu/git-timemachine")
 | 
					    (home-page "https://gitlab.com/pidu/git-timemachine")
 | 
				
			||||||
    (synopsis "Step through historic versions of Git-controlled files")
 | 
					    (synopsis "Step through historic versions of Git-controlled files")
 | 
				
			||||||
    (description "This package enables you to step through historic versions
 | 
					    (description "This package enables you to step through historic versions
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue