mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-git-email: Update to 0.7.2.
* gnu/packages/emacs-xyz.scm (emacs-git-email): Update to 0.7.2. Change-Id: I6322d5cfe8487d37ccc9f847f3d32cd597b0d3f8 Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
parent
d52ca2c579
commit
9eddd250b7
1 changed files with 2 additions and 2 deletions
|
@ -23067,7 +23067,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.7.0")
|
||||
(version "0.7.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -23076,7 +23076,7 @@ created by @code{git format-patch}, from @code{magit}, @code{dired} and
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0mda886spz48jvv00xv7ki4154z02bwqbwjfa7clvdw83lfp33am"))))
|
||||
(base32 "0p8c449nvn77bxmq1pinpw47lx6gj1k08yrxgi8bc8xrwkni9glp"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:phases (modify-phases %standard-phases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue