diff mbox series

[bug#57254] gnu: emacs-straight-el: Update to fed2153.

Message ID y76y1vnog55.wl-hako@ultrarare.space
State Accepted
Headers show
Series [bug#57254] gnu: emacs-straight-el: Update to fed2153. | expand

Checks

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

Commit Message

Hilton Chain Aug. 17, 2022, 12:41 a.m. UTC
From c66dc663cd76428d1f18b945074cf2034a86ca81 Mon Sep 17 00:00:00 2001
From: Hilton Chain <hako@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(-)


base-commit: 3bdc0ef2cd9cd9cbcc1aadef7d8fdf6d182e857d

Comments

宋文武 Aug. 17, 2022, 5:36 a.m. UTC | #1
Hilton Chain <hako@ultrarare.space> writes:

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

Applied, thank you!
M Aug. 17, 2022, 8 a.m. UTC | #2
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.
diff mbox series

Patch

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