me
/
guix
Archived
1
0
Fork 0

gnu: cl-asdf: Update to 3.3.7.

* gnu/packages/lisp.scm (cl-asdf): Update to 3.3.7.

Change-Id: I6e6825bb2aeee4e281d4c9ff787cf9e02be14b28
master
Guillaume Le Vaillant 2024-05-30 15:08:45 +02:00
parent 580d77d0fb
commit 1718d2ebd2
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@
(define-public cl-asdf
(package
(name "cl-asdf")
(version "3.3.5")
(version "3.3.7")
(source
(origin
(method url-fetch)
@ -117,7 +117,7 @@
(string-append "https://common-lisp.net/project/asdf/archives/asdf-"
version ".lisp"))
(sha256
(base32 "1mydyrii3f0aig1q5admj6hyf59vjn4a5x1q8hqgh483987ilz6h"))))
(base32 "12dirg0qaq2rk8s11z7nnw793l94ysqna9mbqy8a0cx6bqiqykl7"))))
(build-system trivial-build-system)
(native-inputs
`(("config-patch" ,@(search-patches "cl-asdf-config-directories.patch"))