summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorSkylar Hill <[email protected]>2025-02-14 17:06:41 +0000
committerIan Eure <[email protected]>2025-02-17 09:54:18 -0800
commit54d1a70a7639ccfb931e3d3d71dbcb708ab228ad (patch)
tree17e6c99c0c16ac2e4086ad6cb2d50e6e5c156e41 /gnu/packages
parent0870fb35b761992d91a27c8c5216581aa35a6e37 (diff)
gnu: emacs-catppuccin-theme: Update to 1.0.0-2.2975032.
* gnu/packages/emacs-xyz.scm (emacs-catppuccin-theme): Update to 1.0.0-2.2975032. Change-Id: I55a77d946e7521f9db1c4722588503e26cb60d88 Signed-off-by: Ian Eure <[email protected]>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/emacs-xyz.scm11
1 files changed, 6 insertions, 5 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 521d49fec0..1ea1ea461b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -152,6 +152,7 @@
;;; Copyright © 2024 Olivier Rojon <[email protected]>
;;; Copyright © 2024 Divya Ranjan Pattanaik <[email protected]>
;;; Copyright © 2025 Remco van 't Veer <[email protected]>
+;;; Copyright © 2025 Skylar Hill <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -2277,8 +2278,8 @@ inspired by Plan 9 Acme and the Sam text editor.")
(license license:gpl3+))))
(define-public emacs-catppuccin-theme
- (let ((commit "4441d5114fdcc2eb05186a974b4bbad7224e43b5")
- (revision "1"))
+ (let ((commit "2975032bcf55d23b1cc05e323f5c30ec36bf17ba")
+ (revision "2"))
(package
(name "emacs-catppuccin-theme")
(version (git-version "1.0.0" revision commit))
@@ -2286,11 +2287,11 @@ inspired by Plan 9 Acme and the Sam text editor.")
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/catppuccin/emacs")
- (commit commit)))
+ (url "https://github.com/catppuccin/emacs")
+ (commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "1y2ads0w5l3mm0mxxbi2ppb6csq8hw2fd9cmak3myv13qzw92x3w"))))
+ (base32 "0lqmqzanky88jlmrq1qafp5cls2wc39rm65325522izbvqaalgrp"))))
(build-system emacs-build-system)
(home-page "https://github.com/catppuccin/emacs")
(synopsis "Soothing pastel theme for Emacs")