guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/09: gnu: emacs-base16-theme: Update to 3.1.


From: guix-commits
Subject: 05/09: gnu: emacs-base16-theme: Update to 3.1.
Date: Sun, 30 Jul 2023 01:55:50 -0400 (EDT)

lilyp pushed a commit to branch master
in repository guix.

commit 69427bd3c1ccb0851b564099c8e81248179f5cca
Author: Ahmad Draidi <a.r.draidi@redscript.org>
AuthorDate: Fri Jul 21 18:44:40 2023 +0400

    gnu: emacs-base16-theme: Update to 3.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-base16-theme): Update to 3.1.
    [url, home-page]: Use new upstream URL.
    
    Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
 gnu/packages/emacs-xyz.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 73d5fc49aa..60c9ad9c5d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11078,16 +11078,16 @@ answers.")
 (define-public emacs-base16-theme
   (package
     (name "emacs-base16-theme")
-    (version "3.0")
+    (version "3.1")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://github.com/belak/base16-emacs";)
+             (url "https://github.com/tinted-theming/base16-emacs";)
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0qp71j77zg8gippcn277s0j5a9n6dbwv3kdp2nya6li4b412vgba"))))
+        (base32 "1yq9afvybrgkmn17h22ha9231am7hlh3wccxw7g2ks3g0k5vvds0"))))
     (build-system emacs-build-system)
     (arguments
      (list #:include #~(cons "^build\\/.*\\.el$" %default-include)
@@ -11107,7 +11107,7 @@ answers.")
                                                      'pre 'post)))
                                (find-files theme-dir "\\.el$"))
                      (delete-file-recursively theme-dir)))))))
-    (home-page "https://github.com/belak/base16-emacs";)
+    (home-page "https://github.com/tinted-theming/base16-emacs";)
     (synopsis "Base16 color themes for Emacs")
     (description
      "Base16 provides carefully chosen syntax highlighting and a default set



reply via email to

[Prev in Thread] Current Thread [Next in Thread]