guix-commits
[Top][All Lists]
Advanced

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

19/19: gnu: sbcl-cl-gltf: Update to 2.0.0-1.7a3af05.


From: guix-commits
Subject: 19/19: gnu: sbcl-cl-gltf: Update to 2.0.0-1.7a3af05.
Date: Thu, 21 Mar 2024 17:59:32 -0400 (EDT)

sharlatan pushed a commit to branch master
in repository guix.

commit c0dfb550cbdf85a29714eedf18a0802b2deb5d47
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Mar 21 21:46:11 2024 +0000

    gnu: sbcl-cl-gltf: Update to 2.0.0-1.7a3af05.
    
    * gnu/packages/lisp-xyz.scm (sbcl-cl-gltf): Update to 2.0.0-1.7a3af05.
    
    Change-Id: Ice89e1ea8bc904c244de5f92a402b1c6a7ffc0ae
---
 gnu/packages/lisp-xyz.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index aafc375d5f..a5c34908d0 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -22573,8 +22573,8 @@ application development library.")
   (sbcl-package->cl-source-package sbcl-cl-glfw3))
 
 (define-public sbcl-cl-gltf
-  (let ((commit "dab186ebf9169926ccfcdec121a157162ad6ed83")
-        (revision "0"))
+  (let ((commit "7a3af05a7f491d8973b217f096806ef12a97474b")
+        (revision "1"))
     (package
       (name "sbcl-cl-gltf")
       (version (git-version "2.0.0" revision commit))
@@ -22586,7 +22586,7 @@ application development library.")
                (commit commit)))
          (file-name (git-file-name "cl-gltf" version))
          (sha256
-          (base32 "0ijy0paph7w037a2k14pv8j44mnj4gwhddhxzyqsz3qwl6fpb7yb"))))
+          (base32 "1d64fg2l2c0wns3wpp1xypd8687gnp3k70fv9fb48m1kpzg4kvrh"))))
       (build-system asdf-build-system/sbcl)
       (arguments
        ;; No tests provided.
@@ -22613,6 +22613,8 @@ application development library.")
 ;; initialization: COMPILE-FILE-ERROR while compiling #<cl-source-file
 ;; "trivial-extensible-sequences" "fallback">.
 ;;
+;; See <https://github.com/Shirakumo/cl-gltf/issues/3>
+;;
 ;; (define-public ecl-cl-gltf
 ;;   (sbcl-package->ecl-package sbcl-cl-gltf))
 



reply via email to

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