all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#59282] [PATCH]: Update emacs-sly-asdf to 0.2.0
@ 2022-11-15  9:04 André A. Gomes
  2022-11-17 11:49 ` bug#59282: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: André A. Gomes @ 2022-11-15  9:04 UTC (permalink / raw)
  To: 59282

[-- Attachment #1: Type: text/plain, Size: 95 bytes --]

Hi Guix,

Attached.  Thanks.


-- 
André A. Gomes
"You cannot even find the ruins..."

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-emacs-sly-asdf-Update-to-0.2.0.patch --]
[-- Type: text/x-patch, Size: 2592 bytes --]

From 6c9fd53647c3d5f5156b0ac65904e4cf74bdcf7c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20A=2E=20Gomes?= <andremegafone@gmail.com>
Date: Tue, 15 Nov 2022 11:02:45 +0200
Subject: [PATCH] gnu: emacs-sly-asdf: Update to 0.2.0.

* gnu/packages/emacs-xyz.scm (emacs-sly-asdf): Update to 0.2.0.
---
 gnu/packages/emacs-xyz.scm | 48 ++++++++++++++++++--------------------
 1 file changed, 23 insertions(+), 25 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 1406f8a715..a1c7ae4a55 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13057,32 +13057,30 @@ (define-public emacs-sly-quicklisp
       (license license:gpl3+))))
 
 (define-public emacs-sly-asdf
-  (let ((commit "3180921efdc19a2195960e1d601b2a6f31a6feea")
-        (revision "5"))
-    (package
-      (name "emacs-sly-asdf")
-      (version (git-version "0.1.0" revision commit))
-      (home-page "https://github.com/mmgeorge/sly-asdf")
-      (source
-       (origin
-         (method git-fetch)
-         (uri (git-reference
-               (url home-page)
-               (commit commit)))
-         (file-name (git-file-name name version))
-         (sha256
-          (base32
-           "0gncp8xv33s4wx594bgd35vr1455bcggv1bg28qv75mhv41nzw97"))))
-      (build-system emacs-build-system)
-      (propagated-inputs
-       (list emacs-sly emacs-popup))
-      (arguments
-       '(#:include (cons* "\\.lisp$" "\\.asd$" %default-include)))
-      (synopsis "ASDF contrib for SLY")
-      (description
-       "@command{sly-asdf} is an external contrib for SLY that provides
+  (package
+    (name "emacs-sly-asdf")
+    (version "0.2.0")
+    (home-page "https://github.com/mmgeorge/sly-asdf")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url home-page)
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32
+         "0gncp8xv33s4wx594bgd35vr1455bcggv1bg28qv75mhv41nzw97"))))
+    (build-system emacs-build-system)
+    (propagated-inputs
+     (list emacs-sly emacs-popup))
+    (arguments
+     '(#:include (cons* "\\.lisp$" "\\.asd$" %default-include)))
+    (synopsis "ASDF contrib for SLY")
+    (description
+     "@command{sly-asdf} is an external contrib for SLY that provides
 additional support for working with ASDF projects.")
-      (license license:gpl3+))))
+    (license license:gpl3+)))
 
 (define-public emacs-sly-named-readtables
   (let ((commit "a5a42674ccffa97ccd5e4e9742beaf3ea719931f")
-- 
2.38.1


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

* bug#59282: [PATCH]: Update emacs-sly-asdf to 0.2.0
  2022-11-15  9:04 [bug#59282] [PATCH]: Update emacs-sly-asdf to 0.2.0 André A. Gomes
@ 2022-11-17 11:49 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2022-11-17 11:49 UTC (permalink / raw)
  To: André A. Gomes; +Cc: 59282-done

Hello,

André A. Gomes <andremegafone@gmail.com> writes:

> Subject: [PATCH] gnu: emacs-sly-asdf: Update to 0.2.0.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2022-11-17 11:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-15  9:04 [bug#59282] [PATCH]: Update emacs-sly-asdf to 0.2.0 André A. Gomes
2022-11-17 11:49 ` bug#59282: " 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.