me
/
guix
Archived
1
0
Fork 0

gnu: emacs-with-editor: Update to 3.3.2.

* gnu/packages/emacs-xyz.scm (emacs-with-editor): Update to 3.3.2.
master
Nicolas Goaziou 2023-09-01 22:07:35 +02:00
parent cbcee106b5
commit 0f06093007
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -1317,7 +1317,7 @@ configuration files, such as @file{.gitattributes}, @file{.gitignore}, and
(define-public emacs-with-editor (define-public emacs-with-editor
(package (package
(name "emacs-with-editor") (name "emacs-with-editor")
(version "3.3.0") (version "3.3.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1326,7 +1326,7 @@ configuration files, such as @file{.gitattributes}, @file{.gitignore}, and
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1p0mrx4cixjpw34x8m8f8wna5f9rh8h3s4kpsycyvzmpmz3jicr9")))) (base32 "1wzzymlka4f798m75kizjh1yvnh49y8m029c7p5pg7gbv6d0wd8a"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
(list (list