all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#59554] [PATCH] gnu: emacs-straight-el: Update to commit f21103d97d18.
@ 2022-11-25  1:16 Hilton Chain via Guix-patches via
  2022-11-26 10:55 ` bug#59554: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Hilton Chain via Guix-patches via @ 2022-11-25  1:16 UTC (permalink / raw)
  To: 59554; +Cc: Hilton Chain

* gnu/packages/emacs-xyz.scm (emacs-straight-el): Update to commit
f21103d97d18.
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 95bb107e5d..e941064d07 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -33669,8 +33669,8 @@ (define-public emacs-pyimport
       (license license:gpl3+)))) ; License is in pyimport.el

 (define-public emacs-straight-el
-  (let ((commit "fed215348076ba9182f634e0770a175220474b5a")
-        (revision "0"))
+  (let ((commit "f21103d97d180fba0b6e2e86ebb0b6269219ef2c")
+        (revision "1"))
     (package
       (name "emacs-straight-el")
       (version (git-version "0" revision commit))
@@ -33683,7 +33683,7 @@ (define-public emacs-straight-el
            (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "0z0j670s18mp1bhrsnng0mybcbnlywarhlz7zmrf9399rr513z1x"))))
+          (base32 "1dqhb7kx4hr3cm4gj6qdk9aav05vc016y4nks2dj1sy88wia6wsv"))))
       (build-system emacs-build-system)
       (arguments
        (list

base-commit: 5eb2995c006283fc0b649f10a6d002580ccac8d6
--
2.38.1




^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-26 10:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-25  1:16 [bug#59554] [PATCH] gnu: emacs-straight-el: Update to commit f21103d97d18 Hilton Chain via Guix-patches via
2022-11-26 10:55 ` bug#59554: " Nicolas Goaziou

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.