unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "marco.au.grassi98--- via Guix-patches" via <guix-patches@gnu.org>
To: 44537@debbugs.gnu.org
Subject: [bug#44537] [PATCH] gnu: emacs-org-download : Fix source sha256.
Date: Mon, 09 Nov 2020 17:08:13 +0000	[thread overview]
Message-ID: <2N9NKQrVpmPM5XU66WqjrWBIWCklaV_INZsqHOCV1YUCCO4BO7CccTQyu9FTLZGLhbzv4ll62oC1VLGtC2PC-V0V8rO80rXLtqbRXQSoe3M=@protonmail.com> (raw)


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


             reply	other threads:[~2020-11-09 17:20 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-09 17:08 marco.au.grassi98--- via Guix-patches via [this message]
2020-11-09 18:46 ` [bug#44537] [PATCH] gnu: emacs-org-download : Fix source sha256 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='2N9NKQrVpmPM5XU66WqjrWBIWCklaV_INZsqHOCV1YUCCO4BO7CccTQyu9FTLZGLhbzv4ll62oC1VLGtC2PC-V0V8rO80rXLtqbRXQSoe3M=@protonmail.com' \
    --to=guix-patches@gnu.org \
    --cc=44537@debbugs.gnu.org \
    --cc=marco.au.grassi98@protonmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).