guix-commits
[Top][All Lists]
Advanced

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

02/18: gnu: cl-3d-matrices: Update to 1.0.0-2.b4f5a58.


From: guix-commits
Subject: 02/18: gnu: cl-3d-matrices: Update to 1.0.0-2.b4f5a58.
Date: Thu, 16 Mar 2023 10:51:38 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit edfe8554c180e185e54b3bd2901c438b985e234b
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Mar 14 23:50:49 2023 +0000

    gnu: cl-3d-matrices: Update to 1.0.0-2.b4f5a58.
    
    * gnu/packages/lisp-xyz.scm (sbcl-3d-matrices): Update to 1.0.0-2.b4f5a58.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 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 5b7488f3ac..a800fb2b6d 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -18825,8 +18825,8 @@ offers them both in non-modifying and modifying 
versions where applicable.")
   (sbcl-package->cl-source-package sbcl-3d-vectors))
 
 (define-public sbcl-3d-matrices
-  (let ((commit "f453b521b8f2ceabb01eac94389119dece8c05f8")
-        (revision "1"))
+  (let ((commit "b4f5a58299f8437fad2d77f0879c374e3430f4b5")
+        (revision "2"))
     (package
       (name "sbcl-3d-matrices")
       (version (git-version "1.0.0" revision commit))
@@ -18836,9 +18836,9 @@ offers them both in non-modifying and modifying 
versions where applicable.")
          (uri (git-reference
                (url "https://github.com/Shinmera/3d-matrices";)
                (commit commit)))
-         (file-name (git-file-name "3d-matrices" version))
+         (file-name (git-file-name "cl-3d-matrices" version))
          (sha256
-          (base32 "10q9c96gqzq6k8n89agy0khgimmnsn4s69171m3vhghqa2yv5n6v"))))
+          (base32 "1s8b4zlmqwyplghs73riz1khf0c5sk64w6b12jd599091d5nr6sr"))))
       (build-system asdf-build-system/sbcl)
       (native-inputs
        (list sbcl-parachute))



reply via email to

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