summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Streit <simon@netpanic.org>2023-06-19 21:39:55 +0200
committerSimon Streit <simon@netpanic.org>2023-06-19 21:39:55 +0200
commit4cfbc52b96f222250cb30284d15187c08bdb554a (patch)
treec318f79ee2b47cd8987ce38356447e060f203020
parent58b36177e2d10035cbea1a9db7803b0c8cbdce45 (diff)
siguix: emacs-gruvbox-theme-mod: Update to latest commit.
* siguix/packages/emacs-gruvbox-theme-mod.scm (emacs-gruvbox-theme-mod): Update to latest commit.
-rw-r--r--siguix/packages/emacs-gruvbox-theme-mod.scm27
1 files changed, 14 insertions, 13 deletions
diff --git a/siguix/packages/emacs-gruvbox-theme-mod.scm b/siguix/packages/emacs-gruvbox-theme-mod.scm
index 185af5a..06a2246 100644
--- a/siguix/packages/emacs-gruvbox-theme-mod.scm
+++ b/siguix/packages/emacs-gruvbox-theme-mod.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2021, 2022 Simon Streit <simon@netpanic.org>
+;;; Copyright © 2021--2023 Simon Streit <simon@netpanic.org>
;;;
;;; This file is NOT part of GNU Guix.
;;;
@@ -26,19 +26,20 @@
#:use-module (gnu packages emacs-xyz))
(define-public emacs-gruvbox-theme-mod
- (let ((commit "921bfd7a2f5174b68682b04e6010b156bbfe6c70")
- (revision "5")
- (version "1.28.0"))
+ (let ((commit "456060ed1b831c1edc6f3486be9a54247a08e39f")
+ (revision "0")
+ (version "1.30.1"))
(package/inherit emacs-gruvbox-theme
(name "emacs-gruvbox-theme-mod")
(version (git-version
version revision commit))
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/greduan/emacs-theme-gruvbox")
- (commit commit)))
- (file-name (git-file-name name commit))
- (sha256
- (base32
- "12s9879spz1d5a90x2mp85crxkxz42jq20qk5vkkka1rqfmfmlk1")))))))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/greduan/emacs-theme-gruvbox")
+ (commit commit)))
+ (file-name (git-file-name name commit))
+ (sha256
+ (base32
+ "0dnmhfgk2lajccq8q5vc931sw9jbdg0qslm6rmg361rr77y306rd")))))))