mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: emacs: Update to 29.1.
* gnu/packages/emacs.scm (emacs-minimal): Update to 29.1. [source]: Use url-fetch again.
This commit is contained in:
parent
9f23addae2
commit
3349a50d70
1 changed files with 5 additions and 10 deletions
|
@ -98,19 +98,14 @@ (define (%emacs-modules build-system)
|
||||||
(define-public emacs-minimal
|
(define-public emacs-minimal
|
||||||
(package
|
(package
|
||||||
(name "emacs-minimal")
|
(name "emacs-minimal")
|
||||||
(version "29.0.92")
|
(version "29.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
;; TODO: Restore url-fetch when serving 29.1
|
(method url-fetch)
|
||||||
;; (method url-fetch)
|
(uri (string-append "mirror://gnu/emacs/emacs-"
|
||||||
;; (uri (string-append "mirror://gnu/emacs/emacs-"
|
version ".tar.xz"))
|
||||||
;; version ".tar.xz"))
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://git.savannah.gnu.org/git/emacs.git/")
|
|
||||||
(commit (string-append "emacs-" version))))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1h3p325859svcy43iv7wr27dp68049j9d44jq5akcynqdkxz4jjn"))
|
"009f7q08vg919b90k2jrsznq73s3n224avz80dd2y7i3rjjq3y6j"))
|
||||||
(patches (search-patches "emacs-exec-path.patch"
|
(patches (search-patches "emacs-exec-path.patch"
|
||||||
"emacs-fix-scheme-indent-function.patch"
|
"emacs-fix-scheme-indent-function.patch"
|
||||||
"emacs-native-comp-driver-options.patch"
|
"emacs-native-comp-driver-options.patch"
|
||||||
|
|
Loading…
Reference in a new issue