guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-straight-el: Update to fed2153.


From: guix-commits
Subject: branch master updated: gnu: emacs-straight-el: Update to fed2153.
Date: Wed, 17 Aug 2022 01:35:41 -0400

This is an automated email from the git hooks/post-receive script.

iyzsong pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 11636ee9c0 gnu: emacs-straight-el: Update to fed2153.
11636ee9c0 is described below

commit 11636ee9c0754f9b1b119aabc55c99aff103ec9d
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Wed Aug 17 08:41:42 2022 +0800

    gnu: emacs-straight-el: Update to fed2153.
    
    * gnu/packages/emacs-xyz.scm (emacs-straight-el):
    Update to fed215348076ba9182f634e0770a175220474b5a.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 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 @@ headlines, keywords, tables and source blocks.")
       (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 @@ headlines, keywords, tables and source blocks.")
          (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 @@ headlines, keywords, tables and source blocks.")
        (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]