1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 11:00:36 +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
(package
(name "emacs-constants")
(version "2.6")
(home-page "https://staff.fnwi.uva.nl/c.dominik/Tools/constants")
(version "2.11.1")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/fedeinthemix/emacs-constants")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/constants-" version
".tar"))
(sha256
(base32 "0f5sh6b45a8p9kancjp9jk44ws8ww6x50a0i6zgyyvr7dbvii1a0"))))
(base32 "0n1wa9hr0841733s6w30x1n5mmis8fpjfzl5mn7s9q12djpp20fy"))))
(build-system emacs-build-system)
(home-page "https://github.com/cdominik/constants-for-Emacs")
(synopsis "Enter definition of constants into an Emacs buffer")
(description
"This package provides functions for inserting the definition of natural