gnu: cl-nasdf: Update to 0.1.7.
* gnu/packages/lisp-xyz.scm (sbcl-nasdf): Update to 0.1.7. [arguments]: Remove trailing boolean. Co-authored-by: Artyom Bologov <mail@aartaka.me>
This commit is contained in:
parent
78f080e25b
commit
d2cfa7a115
1 changed files with 6 additions and 7 deletions
|
@ -25708,10 +25708,10 @@ change since last write.
|
||||||
(package-inputs sbcl-nfiles)))))
|
(package-inputs sbcl-nfiles)))))
|
||||||
|
|
||||||
(define-public sbcl-nasdf
|
(define-public sbcl-nasdf
|
||||||
(let ((commit "73c89680ace25929c2a1ccc0809db99e9edffa07"))
|
(let ((commit "dd9fb2df7174464b54561b2a2f3c3e00fdd5d4f7"))
|
||||||
(package
|
(package
|
||||||
(name "sbcl-nasdf")
|
(name "sbcl-nasdf")
|
||||||
(version "0.1.6")
|
(version "0.1.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -25720,20 +25720,19 @@ change since last write.
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name "cl-ntemplate" version))
|
(file-name (git-file-name "cl-ntemplate" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1q8ky8hz8xrr37h7yyc6ysvrcwlsp1i6r2x44c060drspgjbqj70"))))
|
||||||
"193wwcp84pyyv33pkkm41s7ca2limpcqqi41hxd1pm5il5r9q9h7"))))
|
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'cd-sdl
|
(add-after 'unpack 'cd-sdl
|
||||||
(lambda _
|
(lambda _
|
||||||
(chdir "nasdf")
|
(chdir "nasdf"))))))
|
||||||
#t)))))
|
|
||||||
(home-page "https://github.com/atlas-engineer/ntemplate")
|
(home-page "https://github.com/atlas-engineer/ntemplate")
|
||||||
(synopsis "ASDF helpers for system setup, testing and installation")
|
(synopsis "ASDF helpers for system setup, testing and installation")
|
||||||
(description
|
(description
|
||||||
"NASDF is an ASDF extension providing utilities to ease system setup, testing and installation.
|
"NASDF is an ASDF extension providing utilities to ease system setup,
|
||||||
|
testing and installation.
|
||||||
|
|
||||||
@itemize
|
@itemize
|
||||||
@item Simple way to fetch Git submodules and “do the right thing” for
|
@item Simple way to fetch Git submodules and “do the right thing” for
|
||||||
|
|
Reference in a new issue