unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#44537] [PATCH] gnu: emacs-org-download : Fix source sha256.
@ 2020-11-09 17:08 marco.au.grassi98--- via Guix-patches via
  2020-11-09 18:46 ` Leo Famulari
  2020-11-10 13:06 ` [bug#44537] Comment on hash error marco.au.grassi98--- via Guix-patches via
  0 siblings, 2 replies; 5+ messages in thread
From: marco.au.grassi98--- via Guix-patches via @ 2020-11-09 17:08 UTC (permalink / raw)
  To: 44537


[-- Attachment #1.1: Type: text/plain, Size: 162 bytes --]

I made a mistake in commit d1c4667845ba10559596cd07bd7bb2286568b39e and put the wrong hash in the package definition, It should now be fixed.

Sorry!
Grassi Marco

[-- Attachment #1.2: Type: text/html, Size: 219 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-emacs-org-download-Fix-source-sha256.patch --]
[-- Type: text/x-patch; name=0001-gnu-emacs-org-download-Fix-source-sha256.patch, Size: 1125 bytes --]

From dc7b736a638c101375fc81a41acd8599a740907f Mon Sep 17 00:00:00 2001
From: AuPath <marco.au.grassi98@protonmail.com>
Date: Mon, 9 Nov 2020 17:51:50 +0100
Subject: [PATCH] gnu: emacs-org-download : Fix source sha256.

Fixes source hash for package emacs-org-download from
d1c4667845ba10559596cd07bd7bb2286568b39e.

* gnu/packages/emacs-xyz.scm (emacs-org-download): Change the sha256 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 093b1dcd29..ff546506e9 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)
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-11-23 22:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-09 17:08 [bug#44537] [PATCH] gnu: emacs-org-download : Fix source sha256 marco.au.grassi98--- via Guix-patches via
2020-11-09 18:46 ` Leo Famulari
2020-11-23 19:16   ` bug#44537: " Arun Isaac
2020-11-23 22:34     ` [bug#44537] " Leo Famulari
2020-11-10 13:06 ` [bug#44537] Comment on hash error marco.au.grassi98--- via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).