1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 19:10:49 +02:00

gnu: emacs-constants: Update to 2.11.1.

* gnu/packages/emacs-xyz.scm (emacs-constants): Update to 2.11.1.

Change-Id: Ie4ef19657e873d9f5fe41ad1aca05b3e5404d957
This commit is contained in:
Nicolas Goaziou 2024-12-24 15:26:40 +01:00
parent 3f92003564
commit d40fc4a858
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -11100,18 +11100,16 @@ identifiers in the MIT-Scheme documentation.")
(define-public emacs-constants (define-public emacs-constants
(package (package
(name "emacs-constants") (name "emacs-constants")
(version "2.6") (version "2.11.1")
(home-page "https://staff.fnwi.uva.nl/c.dominik/Tools/constants")
(source (source
(origin (origin
(method git-fetch) (method url-fetch)
(uri (git-reference (uri (string-append "https://elpa.gnu.org/packages/constants-" version
(url "https://github.com/fedeinthemix/emacs-constants") ".tar"))
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 "0f5sh6b45a8p9kancjp9jk44ws8ww6x50a0i6zgyyvr7dbvii1a0")))) (base32 "0n1wa9hr0841733s6w30x1n5mmis8fpjfzl5mn7s9q12djpp20fy"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/cdominik/constants-for-Emacs")
(synopsis "Enter definition of constants into an Emacs buffer") (synopsis "Enter definition of constants into an Emacs buffer")
(description (description
"This package provides functions for inserting the definition of natural "This package provides functions for inserting the definition of natural