gnu: emacs-mbsync: Update to 0.1.2-2.f549ecc.

* gnu/packages/emacs-xyz.scm (emacs-mbsync): Update to 0.1.2-2.f549ecc.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
This commit is contained in:
Brian Leung 2019-08-28 08:54:41 +02:00 committed by Oleg Pykhalov
parent 45a973b347
commit ab46af1266
No known key found for this signature in database
GPG Key ID: 167F8EA5001AFA9C
1 changed files with 4 additions and 5 deletions

View File

@ -11931,12 +11931,11 @@ key again.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-mbsync (define-public emacs-mbsync
(let ((commit "42077e83ae2db778ce0f8e22f8357b40355526b3") (let ((commit "f549eccde6033449d24cd5b6148599484850c403")
(revision "1")) (revision "2"))
(package (package
(name "emacs-mbsync") (name "emacs-mbsync")
(version (string-append "0.0.1" "-" revision "." (version (git-version "0.1.2" revision commit))
(string-take commit 7)))
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -11946,7 +11945,7 @@ key again.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0yj93y2mpxlir8x73znlg1slxlv4blm1vjv5h2w3j8lxg8bxvmn6")))) "1pdj41rq3pq4jdb5pma5j495xj7w7jgn8pnz1z1zwg75pn7ydfp0"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/dimitri/mbsync-el") (home-page "https://github.com/dimitri/mbsync-el")
(synopsis "Interface to mbsync for Emacs") (synopsis "Interface to mbsync for Emacs")