gnu: emacs-context-transient: Update to 1.0.1.
* gnu/packages/emacs-xyz.scm (emacs-context-transient): Update to 1.0.1. Change-Id: Ie77367c0f5d65218d0b2d5a9fef28cd7e4156a91
This commit is contained in:
		
							parent
							
								
									d45a3fec65
								
							
						
					
					
						commit
						aa85b99a88
					
				
					 1 changed files with 17 additions and 19 deletions
				
			
		| 
						 | 
					@ -39647,27 +39647,25 @@ by leveraging @code{emacs-consult} APIs.")
 | 
				
			||||||
    (license license:expat)))
 | 
					    (license license:expat)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public emacs-context-transient
 | 
					(define-public emacs-context-transient
 | 
				
			||||||
  (let ((commit "16b8e16645ebcdc44d2777ba16ac85e1d3ee468b")
 | 
					  (package
 | 
				
			||||||
        (revision "0"))
 | 
					    (name "emacs-context-transient")
 | 
				
			||||||
    (package
 | 
					    (version "1.0.1")
 | 
				
			||||||
      (name "emacs-context-transient")
 | 
					    (source
 | 
				
			||||||
      (version (git-version "1.0.0" revision commit))
 | 
					     (origin
 | 
				
			||||||
      (source
 | 
					       (method git-fetch)
 | 
				
			||||||
       (origin
 | 
					       (uri (git-reference
 | 
				
			||||||
         (method git-fetch)
 | 
					             (url "https://github.com/licht1stein/context-transient.el")
 | 
				
			||||||
         (uri (git-reference
 | 
					             (commit (string-append "v" version))))
 | 
				
			||||||
               (url "https://github.com/licht1stein/context-transient.el")
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
               (commit commit)))
 | 
					       (sha256
 | 
				
			||||||
         (file-name (git-file-name name version))
 | 
					        (base32 "1slj9js7c4cggdidr7miri9gf9xm7ij4hmd7y99km7bqmg57837l"))))
 | 
				
			||||||
         (sha256
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
          (base32 "147yv3ih9il6a4k2cw1kcqgdpls83jf7aspjf8km650ry0apycc6"))))
 | 
					    (home-page "https://github.com/licht1stein/context-transient.el")
 | 
				
			||||||
      (build-system emacs-build-system)
 | 
					    (synopsis "Context specific transients")
 | 
				
			||||||
      (home-page "https://github.com/licht1stein/context-transient.el")
 | 
					    (description "This package makes it easy to define and call
 | 
				
			||||||
      (synopsis "Context specific transients")
 | 
					 | 
				
			||||||
      (description "This package makes it easy to define and call
 | 
					 | 
				
			||||||
context-specific @code{emacs-transient} menus for current project, git repo,
 | 
					context-specific @code{emacs-transient} menus for current project, git repo,
 | 
				
			||||||
buffer or any other condition.")
 | 
					buffer or any other condition.")
 | 
				
			||||||
      (license license:gpl3+))))
 | 
					    (license license:gpl3+)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public emacs-purs-mode
 | 
					(define-public emacs-purs-mode
 | 
				
			||||||
  ;; XXX: Upstream set no tag nor any Version keyword.  Using 0 as the base
 | 
					  ;; XXX: Upstream set no tag nor any Version keyword.  Using 0 as the base
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue