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 20200306.


From: guix-commits
Subject: branch master updated: gnu: emacs-sly-asdf: Update to 20200306.
Date: Thu, 02 Apr 2020 06:04:40 -0400

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 1ea9d1e  gnu: emacs-sly-asdf: Update to 20200306.
1ea9d1e is described below

commit 1ea9d1e1879f6f2d4e9d2c5b9661408a5d4b63a8
Author: Pierre Neidhardt <address@hidden>
AuthorDate: Thu Apr 2 12:03:33 2020 +0200

    gnu: emacs-sly-asdf: Update to 20200306.
    
    * gnu/packages/emacs-xyz.scm (emacs-sly-asdf): Update to 20200306.
---
 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 5c31d00..8654cd6 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7616,8 +7616,8 @@ sly-quickload command that prompts the user for a package 
to install. ")
       (license license:gpl3+))))
 
 (define-public emacs-sly-asdf
-  (let ((commit "ad248056ded3099b0528b6111ba335e835d9e5a7")
-        (revision "3"))
+  (let ((commit "32ce14994e8faee9321605cec36d156b02996c46")
+        (revision "4"))
     (package
       (name "emacs-sly-asdf")
       (version (git-version "0.1.0" revision commit))
@@ -7631,7 +7631,7 @@ sly-quickload command that prompts the user for a package 
to install. ")
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "0lip0spmglny3y612pxn3rfnpdaj12c9f7ya7bprryg2gvcdippa"))))
+           "09x8l37wwqw74xc2frwzbfdb1if8rb3szg5akdk3v2qhik4sm3dd"))))
       (build-system emacs-build-system)
       (propagated-inputs
        `(("emacs-sly" ,emacs-sly)



reply via email to

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