[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/18: gnu: cl-3d-vectors: Update to 3.1.0-2.2579694.
From: |
guix-commits |
Subject: |
01/18: gnu: cl-3d-vectors: Update to 3.1.0-2.2579694. |
Date: |
Thu, 16 Mar 2023 10:51:38 -0400 (EDT) |
glv pushed a commit to branch master
in repository guix.
commit 2fb2a4c086286f7cf444a4734520d58ad29bc182
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Mar 14 23:50:48 2023 +0000
gnu: cl-3d-vectors: Update to 3.1.0-2.2579694.
* gnu/packages/lisp-xyz.scm (sbcl-3d-vectors): Update to 3.1.0-2.2579694.
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 039e696ee5..5b7488f3ac 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -18791,8 +18791,8 @@ confirmation tokens, and user authentication.")
(sbcl-package->cl-source-package sbcl-authentic))
(define-public sbcl-3d-vectors
- (let ((commit "29bb9684df803590deed344af63dbf7b712aabc0")
- (revision "1"))
+ (let ((commit "257969402864ac3859d77b981abf0aa5373c4e78")
+ (revision "2"))
(package
(name "sbcl-3d-vectors")
(version (git-version "3.1.0" revision commit))
@@ -18802,9 +18802,9 @@ confirmation tokens, and user authentication.")
(uri (git-reference
(url "https://github.com/Shinmera/3d-vectors")
(commit commit)))
- (file-name (git-file-name "3d-vectors" version))
+ (file-name (git-file-name "cl-3d-vectors" version))
(sha256
- (base32 "0qc7m5brhpwi531rgmlaj1c609by533a1ia5hv8f90ilm8ksmw3l"))))
+ (base32 "0vmf7nycc49ydcy0dfs25cgs655kwjc6jcjvpwxw61jq4gl2fh7x"))))
(build-system asdf-build-system/sbcl)
(native-inputs
(list sbcl-parachute))
- branch master updated (70056b1b2b -> b9d891140a), guix-commits, 2023/03/16
- 02/18: gnu: cl-3d-matrices: Update to 1.0.0-2.b4f5a58., guix-commits, 2023/03/16
- 03/18: gnu: Add cl-3d-quaternions., guix-commits, 2023/03/16
- 07/18: gnu: cl-parachute: Update to 1.5.0-1.bd072b0., guix-commits, 2023/03/16
- 01/18: gnu: cl-3d-vectors: Update to 3.1.0-2.2579694.,
guix-commits <=
- 04/18: gnu: Add cl-3d-transforms., guix-commits, 2023/03/16
- 05/18: gnu: Add cl-trivial-extensible-sequences., guix-commits, 2023/03/16
- 11/18: gnu: cl-3b-bmfont: Update to 0.0.1-3.332c226., guix-commits, 2023/03/16
- 06/18: gnu: Add cl-promise., guix-commits, 2023/03/16
- 08/18: gnu: cl-pathname-utils: Update to 1.1.0-2.13189c0., guix-commits, 2023/03/16
- 10/18: gnu: cl-gamepad: Update to 3.0.0-2.647f6ee., guix-commits, 2023/03/16
- 15/18: gnu: Add cl-dns-client., guix-commits, 2023/03/16
- 17/18: gnu: cl-zr-utils: Fix build by disabling tests., guix-commits, 2023/03/16
- 09/18: gnu: cl-glsl-toolkit: Update to 1.0.0-2.4c4889e., guix-commits, 2023/03/16
- 13/18: gnu: cl-jzon: Fix build by disabling tests on ECL., guix-commits, 2023/03/16