guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-sly-asdf: Update to 20200214.


From: guix-commits
Subject: branch master updated: gnu: emacs-sly-asdf: Update to 20200214.
Date: Fri, 14 Feb 2020 03:42:37 -0500

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

ambrevar pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e659fa7  gnu: emacs-sly-asdf: Update to 20200214.
e659fa7 is described below

commit e659fa7112f44648ffc4208507f1f60152a6e75e
Author: Pierre Neidhardt <address@hidden>
AuthorDate: Fri Feb 14 09:42:05 2020 +0100

    gnu: emacs-sly-asdf: Update to 20200214.
    
    * gnu/packages/emacs-xyz.scm (emacs-sly-asdf): Update to 20200214.
---
 gnu/packages/emacs-xyz.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 4f42176..9087a8d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7380,8 +7380,8 @@ sly-quickload command that prompts the user for a package 
to install. ")
       (license license:gpl3+))))
 
 (define-public emacs-sly-asdf
-  (let ((commit "4e323bc28da2f07fd799b6a31b94fd93848b5f3c")
-        (revision "2"))
+  (let ((commit "ad248056ded3099b0528b6111ba335e835d9e5a7")
+        (revision "3"))
     (package
       (name "emacs-sly-asdf")
       (version (git-version "0.1.0" revision commit))
@@ -7395,10 +7395,11 @@ sly-quickload command that prompts the user for a 
package to install. ")
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "16sc33jhc6ik4ilsyqc3cjpi6v0wdmwjlwrzjwd6yym11bscsmad"))))
+           "0lip0spmglny3y612pxn3rfnpdaj12c9f7ya7bprryg2gvcdippa"))))
       (build-system emacs-build-system)
       (propagated-inputs
-       `(("emacs-sly" ,emacs-sly)))
+       `(("emacs-sly" ,emacs-sly)
+         ("emacs-popup" ,emacs-popup)))
       (arguments
        '(#:include (cons* "\\.lisp$" "\\.asd$" %default-include)))
       (synopsis "ASDF contrib for SLY")



reply via email to

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