1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 10:30:43 +02:00

gnu: emacs-git-email: Update to 0.7.0.

* gnu/packages/emacs-xyz.scm (emacs-git-email): Update to 0.7.0.

Change-Id: Ice219e9eb99c9bd290bbc7b954158f86d51a9a12
Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
Suhail Singh 2025-02-13 04:15:52 -05:00 committed by Ian Eure
parent c389c67b0e
commit faf21a092c
No known key found for this signature in database
GPG key ID: 8499AC88F1A71CF2

View file

@ -136,7 +136,7 @@
;;; Copyright © 2023 Camilo Q.S. (Distopico) <distopico@riseup.net>
;;; Copyright © 2023 Thanos Apollo <public@thanosapollo.com>
;;; Copyright © 2023 Ian Eure <ian@retrospec.tv>
;;; Copyright © 2024 Suhail Singh <suhail@bayesians.ca>
;;; Copyright © 2024-2025 Suhail Singh <suhail@bayesians.ca>
;;; Copyright © 2024 dan <i@dan.games>
;;; Copyright © 2024 Ilya Chernyshov <ichernyshovvv@gmail.com>
;;; Copyright © 2024 Wilko Meyer <w@wmeyer.eu>
@ -22847,7 +22847,7 @@ created by @code{git format-patch}, from @code{magit}, @code{dired} and
(define-public emacs-git-email
(package
(name "emacs-git-email")
(version "0.6.2")
(version "0.7.0")
(source
(origin
(method git-fetch)
@ -22856,7 +22856,7 @@ created by @code{git format-patch}, from @code{magit}, @code{dired} and
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1miyz67dk1vi1gs6kgfrmihid90qb9ks79hskhsa2w2a62772jif"))))
(base32 "0mda886spz48jvv00xv7ki4154z02bwqbwjfa7clvdw83lfp33am"))))
(build-system emacs-build-system)
(arguments
`(#:phases (modify-phases %standard-phases