mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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>
This commit is contained in:
parent
2387c60815
commit
cb948aef0c
1 changed files with 10 additions and 11 deletions
|
@ -9556,8 +9556,8 @@ (define-public cl-specialization-store
|
|||
(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 @@ (define-public sbcl-cl-gobject-introspection
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue