mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: sbcl-nfiles: Update to 0.4.1.
* gnu/packages/lisp-xyz.scm (sbcl-nfiles): Update to 0.4.1.
This commit is contained in:
parent
a682b0804d
commit
76cc5b9e80
1 changed files with 2 additions and 2 deletions
|
@ -20820,7 +20820,7 @@ (define-public ecl-wordnet
|
|||
(define-public sbcl-nfiles
|
||||
(package
|
||||
(name "sbcl-nfiles")
|
||||
(version "0.4.0")
|
||||
(version "0.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -20830,7 +20830,7 @@ (define-public sbcl-nfiles
|
|||
(file-name (git-file-name "cl-nfiles" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0qmyv4ajcz7mlihnslx55wr1n8aaisw4clmsijnjf1w6wxh7lh7w"))))
|
||||
"05brlj99grcy2iz84dvl76inp10jxnvjyh2r262d1las112rlcrb"))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(inputs
|
||||
(list gnupg
|
||||
|
|
Loading…
Reference in a new issue