guix-commits
[Top][All Lists]
Advanced

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

03/07: gnu: cl-gobject-introspection: Update to 0.3-2.c4fef07.


From: guix-commits
Subject: 03/07: gnu: cl-gobject-introspection: Update to 0.3-2.c4fef07.
Date: Fri, 18 Aug 2023 07:39:11 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit cb948aef0caae7e9f3b61c57aa06a73be04a5868
Author: ykonai <mail@ykonai.net>
AuthorDate: Tue Aug 15 21:49:36 2023 +0200

    gnu: cl-gobject-introspection: Update to 0.3-2.c4fef07.
    
    * gnu/packages/lisp-xyz.scm (sbcl-cl-gobject-introspection): Update to
      0.3-2.c4fef07.
      [inputs]: Remove labels.
    
    Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
---
 gnu/packages/lisp-xyz.scm | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index e0ccfc7322..74d8cb0ad5 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -9556,8 +9556,8 @@ function.")
   (sbcl-package->cl-source-package sbcl-specialization-store))
 
 (define-public sbcl-cl-gobject-introspection
-  (let ((commit "d0136c8d9ade2560123af1fc55bbf70d2e3db539")
-        (revision "1"))
+  (let ((commit "c4fef07d01cec7c830ce84ef150ed8e4da5959c4")
+        (revision "2"))
     (package
       (name "sbcl-cl-gobject-introspection")
       (version (git-version "0.3" revision commit))
@@ -9568,18 +9568,17 @@ function.")
          (uri (git-reference
                (url home-page)
                (commit commit)))
-         (file-name (git-file-name name version))
+         (file-name (git-file-name "cl-gobject-introspection" version))
          (sha256
-          (base32
-           "0dz0r73pq7yhz2iq2jnkq977awx2zws2qfxdcy33329sys1ii32p"))))
+          (base32 "18n4wg93sf6cjmpcpr47bg2rd8mbm9ml9lykmjsxgvsf3nwr5vnw"))))
       (build-system asdf-build-system/sbcl)
       (inputs
-       `(("alexandria" ,sbcl-alexandria)
-         ("cffi" ,sbcl-cffi)
-         ("iterate" ,sbcl-iterate)
-         ("trivial-garbage" ,sbcl-trivial-garbage)
-         ("glib" ,glib)
-         ("gobject-introspection" ,gobject-introspection)))
+       (list glib
+             gobject-introspection
+             sbcl-alexandria
+             sbcl-cffi
+             sbcl-iterate
+             sbcl-trivial-garbage))
       (native-inputs
        (list sbcl-fiveam))
       (arguments



reply via email to

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