mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 15:10:16 -05:00
gnu: emacs-setup: Update to 1.3.2.
* gnu/packages/emacs-xyz.scm (emacs-setup): Update to 1.3.2.
This commit is contained in:
parent
830405eb48
commit
84dae49340
1 changed files with 2 additions and 2 deletions
|
@ -32340,14 +32340,14 @@ (define-public emacs-seq
|
||||||
(define-public emacs-setup
|
(define-public emacs-setup
|
||||||
(package
|
(package
|
||||||
(name "emacs-setup")
|
(name "emacs-setup")
|
||||||
(version "1.3.1")
|
(version "1.3.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://elpa.gnu.org/packages/setup-"
|
(uri (string-append "https://elpa.gnu.org/packages/setup-"
|
||||||
version ".tar"))
|
version ".tar"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0n9zjclf4b2sr8c8zd37fs45p25p3856frm419c9hch69hhcsv3a"))))
|
(base32 "1sr514w4mn0fbdawjb5p0fd6i6q2zi9737rbwcgakb1l9cqvb5qy"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://git.sr.ht/~pkal/setup")
|
(home-page "https://git.sr.ht/~pkal/setup")
|
||||||
(synopsis "Helpful configuration macro")
|
(synopsis "Helpful configuration macro")
|
||||||
|
|
Loading…
Reference in a new issue