mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Update sbcl-nactivitypub to 0.0.5.
* gnu/packages/lisp-xyz.scm (sbcl-nactivitypub): Update to 0.0.5. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
ae7a7d76d6
commit
233d3bae95
1 changed files with 2 additions and 2 deletions
|
@ -26455,7 +26455,7 @@ (define-public ecl-njson
|
|||
(define-public sbcl-nactivitypub
|
||||
(package
|
||||
(name "sbcl-nactivitypub")
|
||||
(version "0.0.4")
|
||||
(version "0.0.5")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -26464,7 +26464,7 @@ (define-public sbcl-nactivitypub
|
|||
(file-name (git-file-name "cl-nactivitypub" version))
|
||||
(sha256
|
||||
(base32
|
||||
"06vzaqwwc9j8r89ld3fd6bbbfd5bl0jh132rlf9wxmr0xcaqwkrl"))))
|
||||
"0m2vwi11zp0bpvr0hglq1svdxlp3cc70yvix30yksfzp6kk3amyn"))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(inputs (list sbcl-cl-str
|
||||
sbcl-dexador
|
||||
|
|
Loading…
Reference in a new issue