gnu: emacs-simple-modeline: Update to 1.4.
* gnu/packages/emacs-xyz.scm (emacs-simple-modeline): Update to 1.4.
This commit is contained in:
parent
368887faa4
commit
0fc6f38e90
1 changed files with 19 additions and 21 deletions
|
|
@ -25700,27 +25700,25 @@ replicate some of the features of the Doom modeline package.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public emacs-simple-modeline
|
(define-public emacs-simple-modeline
|
||||||
(let ((commit "38973dec2912e2136d8fde5f2667063863fee15a")
|
(package
|
||||||
(revision "1"))
|
(name "emacs-simple-modeline")
|
||||||
(package
|
(version "1.4")
|
||||||
(name "emacs-simple-modeline")
|
(source
|
||||||
(version (git-version"1.2" revision commit))
|
(origin
|
||||||
(source
|
(method git-fetch)
|
||||||
(origin
|
(uri (git-reference
|
||||||
(method git-fetch)
|
(url "https://github.com/gexplorer/simple-modeline")
|
||||||
(uri (git-reference
|
(commit version)))
|
||||||
(url "https://github.com/gexplorer/simple-modeline")
|
(file-name (git-file-name name version))
|
||||||
(commit commit)))
|
(sha256
|
||||||
(file-name (git-file-name name version))
|
(base32
|
||||||
(sha256
|
"1rnzrx7gcaw056cqvnb1wai4hala0r0gpk3a4kyyghyp9hmrxbb5"))))
|
||||||
(base32
|
(build-system emacs-build-system)
|
||||||
"0y70hc3x8rxr8b5x8d0a23gpcadzrn43wmrsvqqxmmkqqp45n7gj"))))
|
(home-page "https://github.com/gexplorer/simple-modeline")
|
||||||
(build-system emacs-build-system)
|
(synopsis "Simple mode-line configuration for Emacs")
|
||||||
(home-page "https://github.com/gexplorer/simple-modeline")
|
(description
|
||||||
(synopsis "Simple mode-line configuration for Emacs")
|
"This package provides a simple mode-line configuration for Emacs.")
|
||||||
(description
|
(license license:gpl3+)))
|
||||||
"This package provides a simple mode-line configuration for Emacs.")
|
|
||||||
(license license:gpl3+))))
|
|
||||||
|
|
||||||
(define-public emacs-frames-only-mode
|
(define-public emacs-frames-only-mode
|
||||||
(package
|
(package
|
||||||
|
|
|
||||||
Reference in a new issue