guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-shut-up: Update to 0.3.3.


From: guix-commits
Subject: branch master updated: gnu: emacs-shut-up: Update to 0.3.3.
Date: Sun, 07 Feb 2021 17:16:17 -0500

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 5c38b57  gnu: emacs-shut-up: Update to 0.3.3.
5c38b57 is described below

commit 5c38b577ccb35095a06b318242ec45b9932c7d20
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Feb 7 23:15:40 2021 +0100

    gnu: emacs-shut-up: Update to 0.3.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-shut-up): Update to 0.3.3.
---
 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 d436c76..cb979d6 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3976,7 +3976,7 @@ ERC, an Emacs client for IRC (Internet Relay Chat).  It 
relies on the
 (define-public emacs-shut-up
   (package
     (name "emacs-shut-up")
-    (version "0.3.2")
+    (version "0.3.3")
     (source
      (origin
        (method git-fetch)
@@ -3985,7 +3985,7 @@ ERC, an Emacs client for IRC (Internet Relay Chat).  It 
relies on the
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "103yvfgkj78i4bnv1fwk76izsa8h4wyj3vwj1vq7xggj607hkxzq"))))
+        (base32 "1bnmrwrhra6cpc3jjgwwzrydj5ps7q2dlkh2ag4j7rkyv4dlk351"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/cask/shut-up";)
     (synopsis "Silence Emacs")



reply via email to

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