gnu: emacs-default-text-scale: Update to 0.2.

* gnu/packages/emacs-xyz.scm (emacs-default-text-scale): Update to 0.2.
This commit is contained in:
Nicolas Goaziou 2021-02-17 14:13:22 +01:00
parent 1767b27dd6
commit d77dfee1f3
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -17658,27 +17658,24 @@ interactive behavior should be different.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-default-text-scale (define-public emacs-default-text-scale
(let ((commit "968e985e219235f3e744d6d967e592acbaf6e0a8") (package
(revision "1")) (name "emacs-default-text-scale")
(package (version "0.2")
(name "emacs-default-text-scale") (source (origin
(version (string-append "0.1" "-" revision "." (method git-fetch)
(string-take commit 7))) (uri (git-reference
(source (origin (url "https://github.com/purcell/default-text-scale")
(method git-fetch) (commit version)))
(uri (git-reference (file-name (git-file-name name version))
(url "https://github.com/purcell/default-text-scale") (sha256
(commit commit))) (base32
(file-name (git-file-name name version)) "0h42jiwxrxjmk7ccwh3h25n7dy2rq61ncm5wx27jhkncc5jdm4h6"))))
(sha256 (build-system emacs-build-system)
(base32 (home-page "https://github.com/purcell/default-text-scale")
"0zds01c3q5yny6ab1fxfkzzgn1kgl3q23lxxap905f4qd70v922h")))) (synopsis "Adjust the font size in all Emacs frames")
(build-system emacs-build-system) (description "This package provides commands for increasing or
(home-page "https://github.com/purcell/default-text-scale")
(synopsis "Adjust the font size in all Emacs frames")
(description "This package provides commands for increasing or
decreasing the default font size in all GUI Emacs frames.") decreasing the default font size in all GUI Emacs frames.")
(license license:gpl3+)))) (license license:gpl3+)))
(define-public emacs-mixed-pitch (define-public emacs-mixed-pitch
;; This commit contains fixes for visual alignment of line numbers and ;; This commit contains fixes for visual alignment of line numbers and