guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-bongo: Update to 1.1.


From: guix-commits
Subject: branch master updated: gnu: emacs-bongo: Update to 1.1.
Date: Sat, 30 May 2020 20:20:30 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 19a651c  gnu: emacs-bongo: Update to 1.1.
19a651c is described below

commit 19a651cbffcf8602a6a1d5c4669f85f72406dc9a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 31 02:19:37 2020 +0200

    gnu: emacs-bongo: Update to 1.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-bongo): Update to 1.1.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 3b08ff5..f3ce3be 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12224,7 +12224,7 @@ features and provides Vim-like key bindings.")
 (define-public emacs-bongo
   (package
     (name "emacs-bongo")
-    (version "1.0")
+    (version "1.1")
     (source
      (origin
        (method git-fetch)
@@ -12233,7 +12233,7 @@ features and provides Vim-like key bindings.")
              (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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]