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

* gnu/packages/emacs-xyz.scm (emacs-with-editor): Update to 3.4.1.

Change-Id: I46a52cc4e76051b517514452f742d1e663c9bddb
This commit is contained in:
Nicolas Goaziou 2024-08-19 22:43:02 +02:00
parent 01d7cefce1
commit 00245fdcd4
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1531,7 +1531,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.4") (version "3.4.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1540,7 +1540,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 "1jnjd2pzx03vzimsfdcaa3d11fiqiv6hi5nrk6wj2m9qz8alnj2b")))) (base32 "1hnc0jbjdpjr7xzh8gmhxkcbpw6mbla9vg8vy6py6mdk7ap1zqj8"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
(list (list