gnu: cl-autowrap: Update to 1.0-2.a5d71eb.

* gnu/packages/lisp-xyx.scm: (sbcl-cl-autowrap): Update to 1.0-2.a5d71eb.
  [arguments]: Add cl-plus-c to 'asd-systems'.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
Sharlatan Hellseher 2021-06-23 14:16:38 +01:00 committed by Guillaume Le Vaillant
parent ad4a46b028
commit d2f297894a
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -6712,8 +6712,8 @@ (define-public ecl-cl-hooks
(sbcl-package->ecl-package sbcl-cl-hooks)) (sbcl-package->ecl-package sbcl-cl-hooks))
(define-public sbcl-cl-autowrap (define-public sbcl-cl-autowrap
(let ((revision "1") (let ((revision "2")
(commit "ae846d6968fc0d000de0c541638929a157f3009e")) (commit "a5d71ebd7c21b87f449db1e16ab815750d7c0ea4"))
;; no taged branches ;; no taged branches
(package (package
(name "sbcl-cl-autowrap") (name "sbcl-cl-autowrap")
@ -6724,10 +6724,12 @@ (define-public sbcl-cl-autowrap
(uri (git-reference (uri (git-reference
(url "https://github.com/rpav/cl-autowrap") (url "https://github.com/rpav/cl-autowrap")
(commit commit))) (commit commit)))
(file-name (git-file-name name version)) (file-name (git-file-name "cl-autowrap" version))
(sha256 (sha256
(base32 "1gisldp2zns92kdcaikghm7c38ldy2d884n8bfg0wcjvbz78p3ar")))) (base32 "0795c817m1c41cz3ywzzg83z4pgkxdg6si553pay9mdgjvmrwmaw"))))
(build-system asdf-build-system/sbcl) (build-system asdf-build-system/sbcl)
(arguments
`(#:asd-systems '("cl-plus-c" "cl-autowrap")))
(inputs (inputs
`(("alexandria" ,sbcl-alexandria) `(("alexandria" ,sbcl-alexandria)
("cffi" ,sbcl-cffi) ("cffi" ,sbcl-cffi)