1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 18:40:57 +02:00

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 <ian@retrospec.tv>
This commit is contained in:
Skylar Hill 2025-02-14 17:06:41 +00:00 committed by Ian Eure
parent 0870fb35b7
commit 54d1a70a76
No known key found for this signature in database
GPG key ID: 8499AC88F1A71CF2

View file

@ -152,6 +152,7 @@
;;; Copyright © 2024 Olivier Rojon <o.rojon@posteo.net> ;;; Copyright © 2024 Olivier Rojon <o.rojon@posteo.net>
;;; Copyright © 2024 Divya Ranjan Pattanaik <divya@subvertising.org> ;;; Copyright © 2024 Divya Ranjan Pattanaik <divya@subvertising.org>
;;; Copyright © 2025 Remco van 't Veer <remco@remworks.net> ;;; Copyright © 2025 Remco van 't Veer <remco@remworks.net>
;;; Copyright © 2025 Skylar Hill <stellarskylark@posteo.net>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -2277,8 +2278,8 @@ inspired by Plan 9 Acme and the Sam text editor.")
(license license:gpl3+)))) (license license:gpl3+))))
(define-public emacs-catppuccin-theme (define-public emacs-catppuccin-theme
(let ((commit "4441d5114fdcc2eb05186a974b4bbad7224e43b5") (let ((commit "2975032bcf55d23b1cc05e323f5c30ec36bf17ba")
(revision "1")) (revision "2"))
(package (package
(name "emacs-catppuccin-theme") (name "emacs-catppuccin-theme")
(version (git-version "1.0.0" revision commit)) (version (git-version "1.0.0" revision commit))
@ -2290,7 +2291,7 @@ inspired by Plan 9 Acme and the Sam text editor.")
(commit commit))) (commit commit)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1y2ads0w5l3mm0mxxbi2ppb6csq8hw2fd9cmak3myv13qzw92x3w")))) (base32 "0lqmqzanky88jlmrq1qafp5cls2wc39rm65325522izbvqaalgrp"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/catppuccin/emacs") (home-page "https://github.com/catppuccin/emacs")
(synopsis "Soothing pastel theme for Emacs") (synopsis "Soothing pastel theme for Emacs")