diff options
author | jgart via Guix-patches via <guix-patches@gnu.org> | 2021-12-15 06:41:14 -0500 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-12-15 14:14:50 +0100 |
commit | 368714de5e515cef85861d24699c4be92c7abf5f (patch) | |
tree | da8e4f3552adab6809c87a81586f804651b14d8b /gnu | |
parent | 67863365f2cef1547e70966a49430bb6529c2203 (diff) |
gnu: emacs-punpun-theme: Update to 7026684.
* gnu/packages/emacs-xyz.scm (emacs-punpun-theme): Update to 7026684.
[url]: Use updated URL.
[home-page]: Use updated URL.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 87c1d21af5..34d9234c8d 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -26384,7 +26384,7 @@ computing environment.") (license license:gpl3+))) (define-public emacs-punpun-theme - (let ((commit "2f78125609277b2478abdebd8f9d5ee10a823b65") + (let ((commit "7026684cd568cb691af3ced5de14c375fe6f5a1a") (revision "0")) (package (name "emacs-punpun-theme") @@ -26393,14 +26393,14 @@ computing environment.") (origin (method git-fetch) (uri (git-reference - (url "https://github.com/wasamasa/punpun-theme") + (url "https://depp.brause.cc/punpun-theme") (commit commit))) (file-name (git-file-name name version)) (sha256 (base32 - "1sgxrj3igzq86h3whfymxf4qzv9kpvcrlhbvjmnp7fwrplys0n7d")))) + "1nwvlp93l5lj259mchd1a2glq3jxd0h1vazsbjqfi07hsg86xjp0")))) (build-system emacs-build-system) - (home-page "https://github.com/wasamasa/punpun-theme") + (home-page "https://depp.brause.cc/punpun-theme") (synopsis "Bleak Emacs theme") (description "A bleak theme. Uses shades of gray and the occasional splash of |