gnu: emacs-hide-mode-line: Update to 1.0.3.

* gnu/packages/emacs-xyz.scm (emacs-hide-mode-line): Update to 1.0.3.

Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
Fabio Natali 2023-08-21 11:47:57 +01:00 committed by Hilton Chain
parent 5476f79e41
commit 262efbf9b1
No known key found for this signature in database
GPG key ID: ACC66D09CA528292

View file

@ -34192,25 +34192,28 @@ (define-public emacs-parseclj
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-hide-mode-line (define-public emacs-hide-mode-line
(package ;; XXX: Commit below refers to the un-tagged latest release.
(name "emacs-hide-mode-line") (let ((commit "bc5d293576c5e08c29e694078b96a5ed85631942"))
(version "1.0.2") (package
(source (origin (name "emacs-hide-mode-line")
(method git-fetch) (version "1.0.3")
(uri (git-reference (source (origin
(url "https://github.com/hlissner/emacs-hide-mode-line") (method git-fetch)
(commit (string-append "v" version)))) (uri (git-reference
(file-name (git-file-name name version)) (url "https://github.com/hlissner/emacs-hide-mode-line")
(sha256 (commit commit)))
(base32 (file-name (git-file-name name version))
"0dfzjgxfkcw4wisbyldsm1km18pfp9j8xgadn6qnsz11l55bpgyp")))) (sha256
(build-system emacs-build-system) (base32
(synopsis "Emacs plugin that hides the mode-line") "12mfhg0r3gvy59ijy44vsircn251nmisp04k9vvgd2yhykpsr1j6"))))
(description "A minor mode that hides the mode-line in your current (build-system emacs-build-system)
buffer. It can be used to toggle an alternative mode-line, toggle its visibility, (home-page "https://github.com/hlissner/emacs-hide-mode-line")
or simply disable the mode-line in buffers where it is not very useful.") (synopsis "Emacs plugin that hides the mode-line")
(home-page "https://github.com/hlissner/emacs-hide-mode-line") (description
(license license:expat))) "A minor mode that hides the mode-line in your current buffer. It can be
used to toggle an alternative mode-line, toggle its visibility, or simply
disable the mode-line in buffers where it is not very useful.")
(license license:expat))))
(define-public emacs-helm-cider (define-public emacs-helm-cider
(package (package