guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-cyberpunk-theme: Update to 1.22.


From: guix-commits
Subject: branch master updated: gnu: emacs-cyberpunk-theme: Update to 1.22.
Date: Mon, 01 Jun 2020 14:26:09 -0400

This is an automated email from the git hooks/post-receive script.

ambrevar pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2ad9ac0  gnu: emacs-cyberpunk-theme: Update to 1.22.
2ad9ac0 is described below

commit 2ad9ac0cf0341c62fad0e0858459bf9795716d9e
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Mon Jun 1 20:24:24 2020 +0200

    gnu: emacs-cyberpunk-theme: Update to 1.22.
    
    * gnu/packages/emacs-xyz.scm (emacs-cyberpunk-theme): Update to 1.22.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5f0a018..60469f9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9009,7 +9009,7 @@ Flx has support for ido (interactively do things) through 
flx-ido.")
 (define-public emacs-cyberpunk-theme
   (package
     (name "emacs-cyberpunk-theme")
-    (version "1.21")
+    (version "1.22")
     (source
      (origin
        (method git-fetch)
@@ -9018,7 +9018,7 @@ Flx has support for ido (interactively do things) through 
flx-ido.")
               (commit version)))
        (sha256
         (base32
-         "05mfgr9aj7knn7niadv9p6z3qrfpq2lbbi2wxxx62xywim9maw2y"))
+         "06nff38pcy5rgz13svkajsg0jjk73qy4a8m7p9f76yxcywxlgxlc"))
        (file-name (git-file-name name version))))
     (build-system emacs-build-system)
     (home-page "https://github.com/n3mo/cyberpunk-theme.el";)



reply via email to

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