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:
Nicolas Goaziou 2020-07-27 11:26:57 +02:00
parent a0a7fdd3d8
commit 6de772d9d4
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -594,7 +594,7 @@ support for Git-SVN.")
(define-public emacs-magit-popup
(package
(name "emacs-magit-popup")
(version "2.13.2")
(version "2.13.3")
(source
(origin
(method git-fetch)
@ -603,7 +603,7 @@ support for Git-SVN.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1ifhph1mj7wjar62d65fjx45qsjwsyslbj7liih3v0r4by5gyxmw"))))
(base32 "0znp6gx6vpcsybg774ab06mdgxb7sfk3gki1yp2qhkanav13i6q1"))))
(build-system emacs-build-system)
(arguments
`(#:phases