guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: sbcl-ospm: Update to 0.0.2.


From: guix-commits
Subject: branch master updated: gnu: sbcl-ospm: Update to 0.0.2.
Date: Mon, 10 Jul 2023 06:31:49 -0400

This is an automated email from the git hooks/post-receive script.

ambrevar pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 1944b3baf4 gnu: sbcl-ospm: Update to 0.0.2.
1944b3baf4 is described below

commit 1944b3baf40f55e688d5ccf7f7ed0c5781f5060b
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Mon Jul 10 12:28:49 2023 +0200

    gnu: sbcl-ospm: Update to 0.0.2.
    
    * gnu/packages/lisp-xyz.scm (sbcl-ospm): Update to 0.0.2.
---
 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 92f8e4454b..a59c555f9a 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -27871,7 +27871,7 @@ implementation by Kent M. Pitman.")
 (define-public sbcl-ospm
   (package
     (name "sbcl-ospm")
-    (version "0.0.1")
+    (version "0.0.2")
     (source
      (origin
        (method git-fetch)
@@ -27880,7 +27880,7 @@ implementation by Kent M. Pitman.")
              (commit version)))
        (file-name (git-file-name "cl-ospm" version))
        (sha256
-        (base32 "1b64ar6x08bcig4brlsim445favjf1zhyj6qz018cildp3xs4miz"))))
+        (base32 "1z2wz2xg7rn7p1lladdhj789iz2f3wfjgpi2hjr08vkf1pkp15xf"))))
     (build-system asdf-build-system/sbcl)
     (inputs
      (list sbcl-alexandria



reply via email to

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