gnu: emacs-magit-popup: Update to 2.13.3.
* gnu/packages/emacs-xyz.scm (emacs-magit-popup): Update to 2.13.3.
This commit is contained in:
parent
a0a7fdd3d8
commit
6de772d9d4
1 changed files with 2 additions and 2 deletions
|
@ -594,7 +594,7 @@ support for Git-SVN.")
|
||||||
(define-public emacs-magit-popup
|
(define-public emacs-magit-popup
|
||||||
(package
|
(package
|
||||||
(name "emacs-magit-popup")
|
(name "emacs-magit-popup")
|
||||||
(version "2.13.2")
|
(version "2.13.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -603,7 +603,7 @@ support for Git-SVN.")
|
||||||
(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 "1ifhph1mj7wjar62d65fjx45qsjwsyslbj7liih3v0r4by5gyxmw"))))
|
(base32 "0znp6gx6vpcsybg774ab06mdgxb7sfk3gki1yp2qhkanav13i6q1"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Reference in a new issue