gnu: emacs-shut-up: Update to 0.3.3.

* gnu/packages/emacs-xyz.scm (emacs-shut-up): Update to 0.3.3.
This commit is contained in:
Nicolas Goaziou 2021-02-07 23:15:40 +01:00
parent 73c38b5de3
commit 5c38b577cc
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -3976,7 +3976,7 @@ (define-public emacs-erc-status-sidebar
(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 @@ (define-public emacs-shut-up
(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")