guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: emacs-base16-theme: Update to 2.2.


From: guix-commits
Subject: 01/01: gnu: emacs-base16-theme: Update to 2.2.
Date: Tue, 17 Sep 2019 17:36:49 -0400 (EDT)

hoebjo pushed a commit to branch master
in repository guix.

commit f8ddfb505a51a2c794531e090dd7ee97022d1096
Author: Björn Höfling <address@hidden>
Date:   Tue Sep 17 23:35:03 2019 +0200

    gnu: emacs-base16-theme: Update to 2.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-base16-theme): Update to 2.2.
    [source]: Use github instead of melpa.
---
 gnu/packages/emacs-xyz.scm | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index d684426..87edd46 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4592,15 +4592,16 @@ board and goal value can be customized.")
 (define-public emacs-base16-theme
   (package
     (name "emacs-base16-theme")
-    (version "2.1")
+    (version "2.2")
     (source
      (origin
-       (method url-fetch)
-       (uri (string-append "https://stable.melpa.org/packages/base16-theme-";
-                           version ".tar"))
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/belak/base16-emacs.git";)
+             (commit version)))
+       (file-name (git-file-name name version))
        (sha256
-        (base32
-         "0z6hrwz2jlz6jbr381rcqcqvx6hss5cad352klx07rark7zccacj"))))
+        (base32 "01w89g413s1da6rf94y1xnhw79cjy2bqb01yfjs58cy492cm0vr6"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/belak/base16-emacs";)
     (synopsis "Base16 color themes for Emacs")



reply via email to

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