guix-commits
[Top][All Lists]
Advanced

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

06/08: gnu: emacs-danneskjold-theme: Fix source hash.


From: guix-commits
Subject: 06/08: gnu: emacs-danneskjold-theme: Fix source hash.
Date: Thu, 7 Oct 2021 09:20:36 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 910b40060c5fc4d8d5f1867e3e66165850ccb6e9
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Oct 7 13:17:44 2021 +0200

    gnu: emacs-danneskjold-theme: Fix source hash.
    
    Commit e12ba46c4c0686271a7e420d10fdda2b427bcf4d erroneously kept the
    content hash unchanged, even though it changed the commit.
    
    * gnu/packages/emacs-xyz.scm (emacs-danneskjold-theme)[source]: Update
    hash.
---
 gnu/packages/emacs-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 50b5161..387acbe 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12433,7 +12433,7 @@ basic syntax highlighting and indentation.")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "0s6rbsb0y8i8m5b9xm4gw1p1cxsxdqnqxqqb638pygz9f76mbir1"))))
+          (base32 "1ii3cgf4hlclwaraisxksv98mmhajx517i60p1cgd7vapznn2b6v"))))
       (build-system emacs-build-system)
       (arguments
        `(#:phases



reply via email to

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