diff options
author | Andre A. Gomes <andremegafone@gmail.com> | 2023-08-31 09:55:32 +0300 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2023-09-04 09:40:20 +0200 |
commit | 209cdc81fd0c671f622cead5ee242938d1e48bea (patch) | |
tree | f3bbb38b3353d2dc9ca2135a9f5fe6a94cbd1ff2 | |
parent | 6b911d7542a80b4669ea4ccb3d83d6f96e356a0d (diff) | |
download | guix-209cdc81fd0c671f622cead5ee242938d1e48bea.tar guix-209cdc81fd0c671f622cead5ee242938d1e48bea.tar.gz |
gnu: cl-gobject-introspection: Update to 0.3-3.83beec4.
* gnu/packages/lisp-xyz.scm (sbcl-cl-gobject-introspection): Update to
0.3-3.83beec4.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
-rw-r--r-- | gnu/packages/lisp-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 4605e9698c..69686dbed9 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -9568,8 +9568,8 @@ function.") (sbcl-package->cl-source-package sbcl-specialization-store)) (define-public sbcl-cl-gobject-introspection - (let ((commit "c4fef07d01cec7c830ce84ef150ed8e4da5959c4") - (revision "2")) + (let ((commit "83beec4492948b52aae4d4152200de5d5c7ac3e9") + (revision "3")) (package (name "sbcl-cl-gobject-introspection") (version (git-version "0.3" revision commit)) @@ -9582,7 +9582,7 @@ function.") (commit commit))) (file-name (git-file-name "cl-gobject-introspection" version)) (sha256 - (base32 "18n4wg93sf6cjmpcpr47bg2rd8mbm9ml9lykmjsxgvsf3nwr5vnw")))) + (base32 "0xwmj4b3whz12i474g54krp1v6h0fpvsx8lgwpk6rkli9xc71wc3")))) (build-system asdf-build-system/sbcl) (inputs (list glib |