diff mbox series

[bug#44537] gnu: emacs-org-download : Fix source sha256.

Message ID 2N9NKQrVpmPM5XU66WqjrWBIWCklaV_INZsqHOCV1YUCCO4BO7CccTQyu9FTLZGLhbzv4ll62oC1VLGtC2PC-V0V8rO80rXLtqbRXQSoe3M=@protonmail.com
State Accepted
Headers show
Series [bug#44537] gnu: emacs-org-download : Fix source sha256. | expand

Checks

Context Check Description
cbaines/submitting builds success
cbaines/issue success View issue
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch fail View Laminar job

Commit Message

ashish.is--- via Guix-patches" via Nov. 9, 2020, 5:08 p.m. UTC
I made a mistake in commit d1c4667845ba10559596cd07bd7bb2286568b39e and put the wrong hash in the package definition, It should now be fixed.

Sorry!
Grassi Marco

Comments

Leo Famulari Nov. 9, 2020, 6:46 p.m. UTC | #1
On Mon, Nov 09, 2020 at 05:08:13PM +0000, marco.au.grassi98--- via Guix-patches via wrote:
> I made a mistake in commit d1c4667845ba10559596cd07bd7bb2286568b39e and put the wrong hash in the package definition, It should now be fixed.

For anyone reading along, do you have any idea how it happened? Like,
maybe that incorrect hash was for another version of the software?

> 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.

Thanks! Pushed as a76e2de56320c02814fada883975624fdf97b128
ashish.is--- via Guix-patches" via Nov. 10, 2020, 1:06 p.m. UTC | #2
I think that i did guix download https://github.com/abo-abo/org-download/commit/ac72bf8fce3e855da60687027b6b8601cf1de480 insted of guix download [https://github.com/abo-abo/org-download](https://github.com/abo-abo/org-download/commit/ac72bf8fce3e855da60687027b6b8601cf1de480) to get the hash code.
Arun Isaac Nov. 23, 2020, 7:16 p.m. UTC | #3
Hi,

I'm closing this bug report since I guess it's done.

Thank,
Arun
Leo Famulari Nov. 23, 2020, 10:34 p.m. UTC | #4
On Tue, Nov 24, 2020 at 12:46:06AM +0530, Arun Isaac wrote:
> 
> Hi,
> 
> I'm closing this bug report since I guess it's done.

Yup, thanks!
diff mbox series

Patch

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