diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-03-09 19:43:58 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-03-09 19:43:58 +0100 |
| commit | 3514ffae8fafd86a447f024590927583dbcbf6c6 (patch) | |
| tree | e1bb3d296b9b3c0a1115d3e13f71911305b910c9 | |
| parent | 424b1c0c3f0d6dec78c832be898286a735e871e9 (diff) | |
gnu: emacs-tp: Update to 0.8.
* gnu/packages/emacs-xyz.scm (emacs-tp): Update to 0.8.
Change-Id: I82b33e171834195485f1a7dc5dadce2f4ab3d2fc
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 718a7134fce..9ec90aba7f2 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -19753,7 +19753,7 @@ multiple project types.") (define-public emacs-tp (package (name "emacs-tp") - (version "0.7") + (version "0.8") (source (origin (method git-fetch) (uri (git-reference @@ -19762,7 +19762,7 @@ multiple project types.") (file-name (git-file-name name version)) (sha256 (base32 - "1hv0j4dzwamhm2gp5123j415mq13347v5lsbxlrksha5nw9h7kds")))) + "1zhvridy6p7dy9hpf088k166a1c918hqf6k3jmnm7raw8vflc7qq")))) (build-system emacs-build-system) (home-page "https://codeberg.org/martianh/tp.el") (synopsis "Utilities to create transient menus for POSTing to an API") |
