summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2026-01-31 14:59:47 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2026-02-01 01:57:34 +0100
commit7d3a7878aeaee29f656ecb6de7d941723a0a2e8b (patch)
tree685ec82834a68065cc84c03cfccc0ba9c13105ca /gnu/packages
parent9e7b92698cffa08c532d8531dd03dbc962f455e2 (diff)
gnu: emacs-hideshowvis: Update to 0.9.
* gnu/packages/emacs-xyz.scm (emacs-hideshowvis): Update to 0.9. Change-Id: Id293caa5c2e73aa092941f33348ce550c2811d62
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/emacs-xyz.scm36
1 files changed, 17 insertions, 19 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b3bf362631a..d55c3b27b81 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -30427,26 +30427,24 @@ buffer.")
(license license:gpl2+)))
(define-public emacs-hideshowvis
- (let ((commit "614e856620445166a60c00a1c4653dbd59c871c9")
- (revision "1"))
- (package
- (name "emacs-hideshowvis")
- (version (git-version "0.7" revision commit))
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/sheijk/hideshowvis")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "0ykj5jwcm03p5h7sd52qndmzihyan09lqg6rzgmyabvw7p56y90m"))))
- (build-system emacs-build-system)
- (home-page "https://github.com/sheijk/hideshowvis")
- (synopsis "Add icons in the Emacs fringe which @code{hideshow} can hide")
- (description "Emacs package to add clickable icons in the fringe for
+ (package
+ (name "emacs-hideshowvis")
+ (version "0.9")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/sheijk/hideshowvis")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0pavf02j5sw9svazd47z8pvz3gfg2bvbc1j84ani2kv42q46yqdh"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/sheijk/hideshowvis")
+ (synopsis "Add icons in the Emacs fringe which @code{hideshow} can hide")
+ (description "Emacs package to add clickable icons in the fringe for
regions which @code{hideshow} can hide.")
- (license license:gpl2+))))
+ (license license:gpl2+)))
(define-public emacs-know-your-http-well
(package