gnu: emacs-bongo: Update to 1.1.

* gnu/packages/emacs-xyz.scm (emacs-bongo): Update to 1.1.
This commit is contained in:
Nicolas Goaziou 2020-05-31 02:19:37 +02:00
parent 776ecaaa0f
commit 19a651cbff
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -12224,7 +12224,7 @@ (define-public emacs-evil-quickscope
(define-public emacs-bongo
(package
(name "emacs-bongo")
(version "1.0")
(version "1.1")
(source
(origin
(method git-fetch)
@ -12233,7 +12233,7 @@ (define-public emacs-bongo
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1q3ws2vn062dh7ci6jn2k2bcn7szh3ap64sgwkzdd6f1pas37fnr"))))
(base32 "1nszph9mn98flyhn1jq3y6mdh6jymjkvj5ng36ql016dj92apvhv"))))
(build-system emacs-build-system)
(home-page "https://github.com/dbrock/bongo")
(synopsis "Media player for Emacs")