guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 048aed395e70b93eec92276f39eedceb72793c8f
Author: Omar Bassam <[email protected]>
AuthorDate: Sat Oct 18 12:52:42 2025 +0300
gnu: sbcl-3d-matrices: Update to 1.0.0-3.bc1ffa0.
* gnu/packages/lisp-xyz.scm (sbcl-3d-matrices): Update to 1.0.0-3.bc1ffa0.
[source]: Update to use new source url.
[home-page]: Update to use new homepage url.
Change-Id: I3a5689e9b4f8d41634e8d3047eed93d523bcb702
Signed-off-by: Omar Bassam <[email protected]>
Signed-off-by: jgart <[email protected]>
---
gnu/packages/lisp-xyz.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 43bc9598a6..4b4cdf344e 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -330,8 +330,8 @@ compatible, and adds new functionality.")
(sbcl-package->ecl-package sbcl-3d-math))
(define-public sbcl-3d-matrices
- (let ((commit "b4f5a58299f8437fad2d77f0879c374e3430f4b5")
- (revision "2"))
+ (let ((commit "bc1ffa08dcf4732523e09adcf9deba4ddeb559ff")
+ (revision "3"))
(package
(name "sbcl-3d-matrices")
(version (git-version "1.0.0" revision commit))
@@ -339,17 +339,17 @@ compatible, and adds new functionality.")
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/Shinmera/3d-matrices")
+ (url "https://codeberg.org/shinmera/3d-matrices")
(commit commit)))
(file-name (git-file-name "cl-3d-matrices" version))
(sha256
- (base32 "1s8b4zlmqwyplghs73riz1khf0c5sk64w6b12jd599091d5nr6sr"))))
+ (base32 "0jzckgb5lsmh1gn1f4mczjfc5ckkw01a73wrl1shyb9sil93a751"))))
(build-system asdf-build-system/sbcl)
(native-inputs
(list sbcl-parachute))
(inputs
(list sbcl-3d-vectors sbcl-documentation-utils))
- (home-page "https://shinmera.github.io/3d-matrices/")
+ (home-page "https://codeberg.org/shinmera/3d-matrices")
(synopsis "Utility library implementing 2x2, 3x3, 4x4 and NxM matrices")
(description
"@code{3D-MATRICES} is a library implementing common matrix operations,