me
/
guix
Archived
1
0
Fork 0

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
master
Nicolas Goaziou 2024-06-29 10:08:23 +02:00
parent d45a3fec65
commit aa85b99a88
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 17 additions and 19 deletions

View File

@ -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