guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-org-download : Fix source hash.


From: guix-commits
Subject: branch master updated: gnu: emacs-org-download : Fix source hash.
Date: Mon, 09 Nov 2020 13:45:07 -0500

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

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a76e2de  gnu: emacs-org-download : Fix source hash.
a76e2de is described below

commit a76e2de56320c02814fada883975624fdf97b128
Author: AuPath <marco.au.grassi98@protonmail.com>
AuthorDate: Mon Nov 9 17:51:50 2020 +0100

    gnu: emacs-org-download : Fix source hash.
    
    This is a followup to commit d1c4667845ba10559596cd07bd7bb2286568b39e.
    
    See <https://bugs.gnu.org/44537> for more information.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-download)[source]: Use the correct 
hash.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 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 093b1dc..ff54650 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -21674,7 +21674,7 @@ and searching through @code{Ctags} files.")
                       (commit commit)))
                 (file-name (git-file-name name version))
                 (sha256
-                 (base32 
"1frd6wk8xfk2q9xczkzz90iily8l8f9fancvbqbnj263z120zzdl"))))
+                 (base32 
"0cg4y7hy7xbq4vrbdicfzgvyaf3cjbx2zkqd4yl0y2garz71j99l"))))
       (build-system emacs-build-system)
       (propagated-inputs
        `(("emacs-org" ,emacs-org)



reply via email to

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