GNU bug report logs - #57254
[PATCH] gnu: emacs-straight-el: Update to fed2153.

Previous Next

Package: guix-patches;

Reported by: Hilton Chain <hako <at> ultrarare.space>

Date: Wed, 17 Aug 2022 00:43:01 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 57254 in the body.
You can then email your comments to 57254 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#57254; Package guix-patches. (Wed, 17 Aug 2022 00:43:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Hilton Chain <hako <at> ultrarare.space>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 17 Aug 2022 00:43:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Hilton Chain <hako <at> ultrarare.space>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: emacs-straight-el: Update to fed2153.
Date: Wed, 17 Aug 2022 08:41:42 +0800
From c66dc663cd76428d1f18b945074cf2034a86ca81 Mon Sep 17 00:00:00 2001
From: Hilton Chain <hako <at> ultrarare.space>
Date: Wed, 17 Aug 2022 08:38:16 +0800
Subject: [PATCH] gnu: emacs-straight-el: Update to fed2153.

* gnu/packages/emacs-xyz.scm (emacs-straight-el):
Update to fed215348076ba9182f634e0770a175220474b5a.
---
 gnu/packages/emacs-xyz.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 4462805ddd..0aacd4846a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -31787,7 +31787,7 @@ (define-public emacs-pyimport
       (license license:gpl3+)))) ; License is in pyimport.el
 
 (define-public emacs-straight-el
-  (let ((commit "4517e118ee43f849f708025dbb2cf4f281793121")
+  (let ((commit "fed215348076ba9182f634e0770a175220474b5a")
         (revision "0"))
     (package
       (name "emacs-straight-el")
@@ -31797,11 +31797,11 @@ (define-public emacs-straight-el
          (method git-fetch)
          (uri
           (git-reference
-           (url "https://github.com/raxod502/straight.el")
+           (url "https://github.com/radian-software/straight.el")
            (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "0idhgh203rac9c046286gir9rq0lgnlllzj4b4hrjpd3idg9v0r8"))))
+          (base32 "0z0j670s18mp1bhrsnng0mybcbnlywarhlz7zmrf9399rr513z1x"))))
       (build-system emacs-build-system)
       (arguments
        (list
@@ -31833,7 +31833,7 @@ (define-public emacs-straight-el
        (list git))
       (propagated-inputs
        (list emacs-magit))
-      (home-page "https://github.com/raxod502/straight.el/")
+      (home-page "https://github.com/radian-software/straight.el/")
       (synopsis "Purely functional package manager for the Emacs hacker")
       (description
        "@code{emacs-straight-el} is a purely functional package manager for the Emacs

base-commit: 3bdc0ef2cd9cd9cbcc1aadef7d8fdf6d182e857d
-- 
2.37.2





Reply sent to 宋文武 <iyzsong <at> envs.net>:
You have taken responsibility. (Wed, 17 Aug 2022 05:37:02 GMT) Full text and rfc822 format available.

Notification sent to Hilton Chain <hako <at> ultrarare.space>:
bug acknowledged by developer. (Wed, 17 Aug 2022 05:37:02 GMT) Full text and rfc822 format available.

Message #10 received at 57254-done <at> debbugs.gnu.org (full text, mbox):

From: 宋文武 <iyzsong <at> envs.net>
To: Hilton Chain <hako <at> ultrarare.space>
Cc: 57254-done <at> debbugs.gnu.org
Subject: Re: bug#57254: [PATCH] gnu: emacs-straight-el: Update to fed2153.
Date: Wed, 17 Aug 2022 13:36:02 +0800
Hilton Chain <hako <at> ultrarare.space> writes:

> From c66dc663cd76428d1f18b945074cf2034a86ca81 Mon Sep 17 00:00:00 2001
> From: Hilton Chain <hako <at> ultrarare.space>
> Date: Wed, 17 Aug 2022 08:38:16 +0800
> Subject: [PATCH] gnu: emacs-straight-el: Update to fed2153.

Applied, thank you!




Information forwarded to guix-patches <at> gnu.org:
bug#57254; Package guix-patches. (Wed, 17 Aug 2022 08:01:02 GMT) Full text and rfc822 format available.

Message #13 received at 57254 <at> debbugs.gnu.org (full text, mbox):

From: Maxime Devos <maximedevos <at> telenet.be>
To: Hilton Chain <hako <at> ultrarare.space>, 57254 <at> debbugs.gnu.org
Subject: Re: [bug#57254] [PATCH] gnu: emacs-straight-el: Update to fed2153.
Date: Wed, 17 Aug 2022 10:00:20 +0200
[Message part 1 (text/plain, inline)]
On 17-08-2022 02:41, Hilton Chain via Guix-patches via wrote:
>   (define-public emacs-straight-el
> -  (let ((commit "4517e118ee43f849f708025dbb2cf4f281793121")
> +  (let ((commit "fed215348076ba9182f634e0770a175220474b5a")
>           (revision "0"))

Don't forget to increment the 'revision' when updating from a commit to 
a future commit with the same 'base' version. That would be handled by 
<https://issues.guix.gnu.org/53144> but it hasn't been completed yet.

Greetings,
Maxime.

[OpenPGP_0x49E3EE22191725EE.asc (application/pgp-keys, attachment)]
[OpenPGP_signature (application/pgp-signature, attachment)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 14 Sep 2022 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 277 days ago.

Previous Next


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