guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: cl-find-port: Update to 0.1-2.811727f and us


From: guix-commits
Subject: branch master updated: gnu: cl-find-port: Update to 0.1-2.811727f and use git-version.
Date: Sun, 13 Mar 2022 04:48:27 -0400

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

raghavgururajan pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f69727278b gnu: cl-find-port: Update to 0.1-2.811727f and use 
git-version.
f69727278b is described below

commit f69727278b00e3d6b384d56475581d802bd806ad
Author: jgart <jgart@dismail.de>
AuthorDate: Sat Mar 12 18:18:08 2022 -0500

    gnu: cl-find-port: Update to 0.1-2.811727f and use git-version.
    
    * gnu/packages/lisp-xyz.scm (cl-find-port): Update to 0.1-2.811727f.
    [version]: Use git-version.
    
    Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
---
 gnu/packages/lisp-xyz.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index fc18742e3c..b95466d93b 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -5120,12 +5120,12 @@ by either a symbol or a keyword.")
   (sbcl-package->cl-source-package sbcl-verbose))
 
 (define-public sbcl-find-port
-  (let ((commit "00c96a25af93a0f8681d34ec548861f2d7485478")
-        (revision "1"))
+  (let ((commit "811727f88d7f000623bf92fdb0e64678a7112a28")
+        (revision "2"))
     (package
       (name "sbcl-find-port")
       (build-system asdf-build-system/sbcl)
-      (version "0.1")
+      (version (git-version "0.1" revision commit))
       (home-page "https://github.com/eudoxia0/find-port";)
       (source
        (origin
@@ -5136,7 +5136,7 @@ by either a symbol or a keyword.")
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "0d6dzbb45jh0rx90wgs6v020k2xa87mvzas3mvfzvivjvqqlpryq"))))
+           "1fw6q7d2bxxb7fqk548ylq8mx4sz95yc0q5h0rwd0mnqjrbwbari"))))
       (native-inputs
        (list sbcl-fiveam))
       (inputs



reply via email to

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