gnu: emacs-magit-popup: Update to 2.13.2.

* gnu/packages/emacs-xyz.scm (emacs-magit-popup): Update to 2.13.2.
This commit is contained in:
Nicolas Goaziou 2020-06-06 13:11:33 +02:00
parent 0d582c68ee
commit 22ba47551b
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -510,16 +510,16 @@ (define-public emacs-magit-svn
(define-public emacs-magit-popup
(package
(name "emacs-magit-popup")
(version "2.12.5")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/magit/magit-popup.git")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"13riknyqr6vxqll80sfhvz165flvdz367rbd0pr5slb01bnfsi2i"))))
(version "2.13.2")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/magit/magit-popup.git")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1ifhph1mj7wjar62d65fjx45qsjwsyslbj7liih3v0r4by5gyxmw"))))
(build-system emacs-build-system)
(arguments
`(#:phases