me
/
guix
Archived
1
0
Fork 0

gnu: emacs-bongo: Update to 1.1.

* gnu/packages/emacs-xyz.scm (emacs-bongo): Update to 1.1.
master
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
1 changed files with 2 additions and 2 deletions

View File

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