1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-07 01:35:52 +02:00

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
+2 -2
View File
@@ -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")