mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-tp: Update to 0.7.
* gnu/packages/emacs-xyz.scm (emacs-tp): Update to 0.7. Change-Id: I93dbcf36bba37fa49c311c0941cb92419be4ef9e
This commit is contained in:
parent
4ff2c8e32a
commit
e201943d28
1 changed files with 2 additions and 2 deletions
|
@ -17313,7 +17313,7 @@ multiple project types.")
|
||||||
(define-public emacs-tp
|
(define-public emacs-tp
|
||||||
(package
|
(package
|
||||||
(name "emacs-tp")
|
(name "emacs-tp")
|
||||||
(version "0.6")
|
(version "0.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -17322,7 +17322,7 @@ multiple project types.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14vdn5syv7jghxvqlih9gvh82755r5gd8yxskq8bv6wkm4b0y0cs"))))
|
"1hv0j4dzwamhm2gp5123j415mq13347v5lsbxlrksha5nw9h7kds"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://codeberg.org/martianh/tp.el")
|
(home-page "https://codeberg.org/martianh/tp.el")
|
||||||
(synopsis "Utilities to create transient menus for POSTing to an API")
|
(synopsis "Utilities to create transient menus for POSTing to an API")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue