guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/09: gnu: cl-nactivitypub: Update to 0.0.4.


From: guix-commits
Subject: 02/09: gnu: cl-nactivitypub: Update to 0.0.4.
Date: Sat, 19 Nov 2022 06:59:36 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit 24796542a827f24e95b55bbdf49c27e5d83604b1
Author: Artyom Bologov <mail@aartaka.me>
AuthorDate: Fri Nov 18 22:36:55 2022 +0400

    gnu: cl-nactivitypub: Update to 0.0.4.
    
    * gnu/packages/lisp-xyz.scm (sbcl-nactivitypub): Update to 0.0.4.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 gnu/packages/lisp-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index ad9a4ecebb..b8ed72f0ef 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -22941,7 +22941,7 @@ forms conveniently accessible as @code{j:rem}, 
@code{j:get},
 (define-public sbcl-nactivitypub
   (package
     (name "sbcl-nactivitypub")
-    (version "0.0.1")
+    (version "0.0.4")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -22950,7 +22950,7 @@ forms conveniently accessible as @code{j:rem}, 
@code{j:get},
               (file-name (git-file-name "cl-nactivitypub" version))
               (sha256
                (base32
-                "07n8a9cfzc96kwsb6z4v5ns09ad2qyq45bjb779azcs7ds144a6r"))))
+                "06vzaqwwc9j8r89ld3fd6bbbfd5bl0jh132rlf9wxmr0xcaqwkrl"))))
     (build-system asdf-build-system/sbcl)
     (inputs (list sbcl-cl-str
                   sbcl-dexador



reply via email to

[Prev in Thread] Current Thread [Next in Thread]