GNU bug report logs - #43276
[PATCH] gnu: emacs-org-contrib: Fix origin hash.

Previous Next

Package: guix-patches;

Reported by: Pierre Langlois <pierre.langlois <at> gmx.com>

Date: Tue, 8 Sep 2020 12:08:02 UTC

Severity: normal

Tags: patch

Done: Pierre Langlois <pierre.langlois <at> gmx.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Pierre Langlois <pierre.langlois <at> gmx.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#43276: closed ([PATCH] gnu: emacs-org-contrib: Fix origin hash.)
Date: Wed, 09 Sep 2020 12:46:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 09 Sep 2020 13:45:00 +0100
with message-id <87363rf7ar.fsf <at> gmx.com>
and subject line Re: [bug#43276] [PATCH] gnu: emacs-org-contrib: Fix origin hash.
has caused the debbugs.gnu.org bug report #43276,
regarding [PATCH] gnu: emacs-org-contrib: Fix origin hash.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
43276: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=43276
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Pierre Langlois <pierre.langlois <at> gmx.com>
To: Guix-patches <guix-patches <at> gnu.org>
Cc: Tobias Geerinckx-Rice <me <at> tobias.gr>
Subject: [PATCH] gnu: emacs-org-contrib: Fix origin hash.
Date: Tue, 08 Sep 2020 13:07:36 +0100
[Message part 3 (text/plain, inline)]
Hi Guix!

The recent emacs-org-contrib update gives me the wrong hash, is anybody
having the same issue?

Here's a patch to fix it.

Thanks,
Pierre

[signature.asc (application/pgp-signature, inline)]
[0001-gnu-emacs-org-contrib-Fix-origin-hash.patch (text/x-patch, inline)]
From eb0001854dc605f4d59afae2d05b87eafc8ce818 Mon Sep 17 00:00:00 2001
From: Pierre Langlois <pierre.langlois <at> gmx.com>
Date: Tue, 8 Sep 2020 12:56:45 +0100
Subject: [PATCH] gnu: emacs-org-contrib: Fix origin hash.

* gnu/packages/emacs-xyz.scm (emacs-org-contrib)[origin]: Update 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 b346562959..1bf0611cf9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9665,7 +9665,7 @@ programming and reproducible research.")
        (uri (string-append "https://orgmode.org/elpa/"
                            "org-plus-contrib-" version ".tar"))
        (sha256
-        (base32 "1f2471klf0v90irpp80413y4v6mhf9bwmrirdilk7qz2p1l6wf4z"))))
+        (base32 "1rgk3pwhsmbmwlncg60ahwrrkm1ks4xpwy2wzv9q7myl1aihjj54"))))
     (arguments
      `(#:modules ((guix build emacs-build-system)
                   (guix build utils)
--
2.28.0

[Message part 6 (message/rfc822, inline)]
From: Pierre Langlois <pierre.langlois <at> gmx.com>
To: Pierre Langlois <pierre.langlois <at> gmx.com>
Cc: 43276-done <at> debbugs.gnu.org
Subject: Re: [bug#43276] [PATCH] gnu: emacs-org-contrib: Fix origin hash.
Date: Wed, 09 Sep 2020 13:45:00 +0100
[Message part 7 (text/plain, inline)]
Fixed with 057d584b981d9a3293be03ee863d40a61c8aae74

Thanks!
Pierre

Pierre Langlois writes:

> Hi Guix!
>
> The recent emacs-org-contrib update gives me the wrong hash, is anybody
> having the same issue?
>
> Here's a patch to fix it.
>
> Thanks,
> Pierre
>
> From eb0001854dc605f4d59afae2d05b87eafc8ce818 Mon Sep 17 00:00:00 2001
> From: Pierre Langlois <pierre.langlois <at> gmx.com>
> Date: Tue, 8 Sep 2020 12:56:45 +0100
> Subject: [PATCH] gnu: emacs-org-contrib: Fix origin hash.
>
> * gnu/packages/emacs-xyz.scm (emacs-org-contrib)[origin]: Update 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 b346562959..1bf0611cf9 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -9665,7 +9665,7 @@ programming and reproducible research.")
>         (uri (string-append "https://orgmode.org/elpa/"
>                             "org-plus-contrib-" version ".tar"))
>         (sha256
> -        (base32 "1f2471klf0v90irpp80413y4v6mhf9bwmrirdilk7qz2p1l6wf4z"))))
> +        (base32 "1rgk3pwhsmbmwlncg60ahwrrkm1ks4xpwy2wzv9q7myl1aihjj54"))))
>      (arguments
>       `(#:modules ((guix build emacs-build-system)
>                    (guix build utils)

[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 4 years and 251 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.