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:
Artyom Bologov 2023-05-23 18:08:07 +04:00 committed by Guillaume Le Vaillant
parent ae7a7d76d6
commit 233d3bae95
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

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