[PATCH] gnu: emacs-catppuccin-theme: Update to 1.0.0-2.2975032.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ian Eure
  • Skylar Hill
Owner
unassigned
Submitted by
Skylar Hill
Severity
normal

Debbugs page

Skylar Hill wrote 4 weeks ago
(address . guix-patches@gnu.org)(name . Skylar Hill)(address . stellarskylark@posteo.net)
d49d07a5da16ce994b8c2d229ac2430cfd0bf9bc.1739552801.git.stellarskylark@posteo.net
* gnu/packages/emacs-xyz.scm (emacs-catppuccin-theme): Update to 1.0.0-2.2975032.

Change-Id: I55a77d946e7521f9db1c4722588503e26cb60d88
---
gnu/packages/emacs-xyz.scm | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)

Toggle diff (42 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 65c98cdf67..0a64cb7cd4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -152,6 +152,7 @@
;;; Copyright © 2024 Olivier Rojon <o.rojon@posteo.net>
;;; Copyright © 2024 Divya Ranjan Pattanaik <divya@subvertising.org>
;;; Copyright © 2025 Remco van 't Veer <remco@remworks.net>
+;;; Copyright © 2025 Skylar Hill <stellarskylark@posteo.net>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -2278,8 +2279,8 @@ (define-public emacs-acme-theme
(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))
@@ -2287,11 +2288,11 @@ (define-public emacs-catppuccin-theme
(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")

base-commit: f7fb297f2dc59b8d0da7a18b1f69ec550398f734
--
2.48.1
Ian Eure wrote 3 weeks ago
(name . Skylar Hill)(address . stellarskylark@posteo.net)(address . 76292@debbugs.gnu.org)
87eczwjw0x.fsf@retrospec.tv
Pushed as 54d1a70a76.

Thanks,
-- Ian
Ian Eure wrote 3 weeks ago
control message for bug #76292
(address . control@debbugs.gnu.org)
87cyfgjw0t.fsf@retrospec.tv
close 76292
quit
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 76292@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 76292
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help