mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: cl-cl-gobject-introspection: Update to 0.3-4.4908a84.
* gnu/packages/lisp-xyz.scm (sbcl-cl-gobject-introspection): Update to 0.3-4.4908a84. Change-Id: I3033fb2fd3080e4587991f1c54d6e2f98ef339dc
This commit is contained in:
parent
2252f0553d
commit
09934b47e7
1 changed files with 3 additions and 3 deletions
|
@ -5625,8 +5625,8 @@ (define-public cl-gltf
|
|||
;; (sbcl-package->ecl-package sbcl-cl-gltf))
|
||||
|
||||
(define-public sbcl-cl-gobject-introspection
|
||||
(let ((commit "83beec4492948b52aae4d4152200de5d5c7ac3e9")
|
||||
(revision "3"))
|
||||
(let ((commit "4908a84c16349929b309c50409815ff81fb9b3c4")
|
||||
(revision "4"))
|
||||
(package
|
||||
(name "sbcl-cl-gobject-introspection")
|
||||
(version (git-version "0.3" revision commit))
|
||||
|
@ -5639,7 +5639,7 @@ (define-public sbcl-cl-gobject-introspection
|
|||
(commit commit)))
|
||||
(file-name (git-file-name "cl-gobject-introspection" version))
|
||||
(sha256
|
||||
(base32 "0xwmj4b3whz12i474g54krp1v6h0fpvsx8lgwpk6rkli9xc71wc3"))))
|
||||
(base32 "0iw8fciydh9bi2svq30hi029df16arpspk0mjzh0cm1c6kjm9dcj"))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(inputs
|
||||
(list glib
|
||||
|
|
Loading…
Reference in a new issue