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

* [bug#44537] [PATCH] gnu: emacs-org-download : Fix source sha256.
  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-10 13:06 ` [bug#44537] Comment on hash error marco.au.grassi98--- via Guix-patches via
  1 sibling, 1 reply; 5+ messages in thread
From: Leo Famulari @ 2020-11-09 18:46 UTC (permalink / raw)
  To: marco.au.grassi98, 44537

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




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

* [bug#44537] Comment on hash error
  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-10 13:06 ` marco.au.grassi98--- via Guix-patches via
  1 sibling, 0 replies; 5+ messages in thread
From: marco.au.grassi98--- via Guix-patches via @ 2020-11-10 13:06 UTC (permalink / raw)
  To: 44537@debbugs.gnu.org

[-- Attachment #1: Type: text/plain, Size: 297 bytes --]

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.

[-- Attachment #2: Type: text/html, Size: 425 bytes --]

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

* bug#44537: [PATCH] gnu: emacs-org-download : Fix source sha256.
  2020-11-09 18:46 ` Leo Famulari
@ 2020-11-23 19:16   ` Arun Isaac
  2020-11-23 22:34     ` [bug#44537] " Leo Famulari
  0 siblings, 1 reply; 5+ messages in thread
From: Arun Isaac @ 2020-11-23 19:16 UTC (permalink / raw)
  To: Leo Famulari; +Cc: marco.au.grassi98, 44537-done


Hi,

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

Thank,
Arun




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

* [bug#44537] [PATCH] gnu: emacs-org-download : Fix source sha256.
  2020-11-23 19:16   ` bug#44537: " Arun Isaac
@ 2020-11-23 22:34     ` Leo Famulari
  0 siblings, 0 replies; 5+ messages in thread
From: Leo Famulari @ 2020-11-23 22:34 UTC (permalink / raw)
  To: Arun Isaac; +Cc: marco.au.grassi98, 44537-done

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!




^ permalink raw reply	[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).