guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: cl-asdf: Update to 3.3.5.


From: guix-commits
Subject: 02/02: gnu: cl-asdf: Update to 3.3.5.
Date: Sat, 3 Jul 2021 08:11:33 -0400 (EDT)

ambrevar pushed a commit to branch master
in repository guix.

commit 07d47e34da973ae09cb2d3c08d4a3d0ae00a19e5
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Sat Jul 3 14:03:56 2021 +0200

    gnu: cl-asdf: Update to 3.3.5.
    
    * gnu/packages/lisp.scm (cl-asdf): Update to 3.3.5.
---
 gnu/packages/lisp.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 16d4e5c..382f48b 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -82,7 +82,7 @@
 (define-public cl-asdf
   (package
     (name "cl-asdf")
-    (version "3.3.4")
+    (version "3.3.5")
     (source
      (origin
        (method url-fetch)
@@ -90,7 +90,7 @@
         (string-append "https://common-lisp.net/project/asdf/archives/asdf-";
                        version ".lisp"))
        (sha256
-        (base32 "1hpx30f6yrak15nw992k7x3pn75ahvjs04n4f134k68mhgs62km2"))))
+        (base32 "1mydyrii3f0aig1q5admj6hyf59vjn4a5x1q8hqgh483987ilz6h"))))
     (build-system trivial-build-system)
     (native-inputs
      `(("config-patch" ,@(search-patches "cl-asdf-config-directories.patch"))



reply via email to

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