me
/
guix
Archived
1
0
Fork 0

gnu: cl-asdf: Update to 3.3.5.

* gnu/packages/lisp.scm (cl-asdf): Update to 3.3.5.
master
Pierre Neidhardt 2021-07-03 14:03:56 +02:00
parent a703c89f70
commit 07d47e34da
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 2 additions and 2 deletions

View File

@ -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"))