1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 04:20:44 +02:00

gnu: emacs-treeview: Update to 1.3.0.

* gnu/packages/emacs-xyz.scm (emacs-treeview): Update to 1.3.0.

Change-Id: Ia9c0cd82c5928e52360adc388182d0f032c81613
This commit is contained in:
Nicolas Goaziou 2024-12-24 13:54:56 +01:00
parent 449919cd02
commit a447488657
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -986,26 +986,25 @@ current buffer.")
(license license:gpl3+)))
(define-public emacs-treeview
(let ((commit "d9c10feddf3b959e7b33ce83103e1f0a61162723")
(revision "0"))
(package
(name "emacs-treeview")
(version (git-version "1.1.1" revision commit))
(source
(origin
(uri (git-reference
(url "https://github.com/tilmanrassy/emacs-treeview")
(commit commit)))
(method git-fetch)
(sha256
(base32 "14s0b6zbapsvgyxki59lglwb3s8wjsjwkgj5r66af9nj2bgz5ms9"))
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(home-page "https://github.com/tilmanrassy/emacs-treeview/")
(synopsis "Emacs Lisp framework for tree navigation")
(description
"Abstract Emacs Lisp framework for tree navigation.")
(license license:gpl3+))))
(package
(name "emacs-treeview")
(version "1.3.0")
(source
(origin
(uri (git-reference
(url "https://github.com/tilmanrassy/emacs-treeview")
(commit (string-append "v" version))))
(method git-fetch)
(sha256
(base32 "0blggaqzz7rwycpp6v0n0fig1d9prdp63w25cprnq59ymczr7w85"))
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(home-page "https://github.com/tilmanrassy/emacs-treeview/")
(synopsis "Emacs Lisp framework for tree navigation")
(description
"This package provides an abstract Emacs Lisp framework for tree
navigation.")
(license license:gpl3+)))
(define-public emacs-hide-lines
(package