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")
(revision "1"))
(package (package
(name "emacs-default-text-scale") (name "emacs-default-text-scale")
(version (string-append "0.1" "-" revision "." (version "0.2")
(string-take commit 7)))
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/purcell/default-text-scale") (url "https://github.com/purcell/default-text-scale")
(commit commit))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0zds01c3q5yny6ab1fxfkzzgn1kgl3q23lxxap905f4qd70v922h")))) "0h42jiwxrxjmk7ccwh3h25n7dy2rq61ncm5wx27jhkncc5jdm4h6"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/purcell/default-text-scale") (home-page "https://github.com/purcell/default-text-scale")
(synopsis "Adjust the font size in all Emacs frames") (synopsis "Adjust the font size in all Emacs frames")
(description "This package provides commands for increasing or (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