me
/
guix
Archived
1
0
Fork 0

gnu: sbcl-cl-webkit: Update to 20200227.

* gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 20200227.
master
Pierre Neidhardt 2020-03-05 15:56:38 +01:00
parent 69bb61f128
commit 94aab844c6
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 4 additions and 4 deletions

View File

@ -3008,7 +3008,7 @@ is a library for creating graphical user interfaces.")
(sbcl-package->cl-source-package sbcl-cl-cffi-gtk)) (sbcl-package->cl-source-package sbcl-cl-cffi-gtk))
(define-public sbcl-cl-webkit (define-public sbcl-cl-webkit
(let ((commit "cd2a9008e0c152e54755e8a7f07b050fe36bab31")) (let ((commit "79ad41996a1bd7fc8e53fe8d168e8f2030603b14"))
(package (package
(name "sbcl-cl-webkit") (name "sbcl-cl-webkit")
(version (git-version "2.4" "1" commit)) (version (git-version "2.4" "1" commit))
@ -3016,12 +3016,12 @@ is a library for creating graphical user interfaces.")
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/jmercouris/cl-webkit") (url "https://github.com/joachifm/cl-webkit")
(commit commit))) (commit commit)))
(file-name (git-file-name "cl-webkit" version)) (file-name (git-file-name "cl-webkit" version))
(sha256 (sha256
(base32 (base32
"0f5lyn9i7xrn3g1bddga377mcbawkbxydijpg389q4n04gqj0vwf")))) "1gxvmxmss5k79v2ccigx92q46zbydxh9r7plnnqh8na348pffgcs"))))
(build-system asdf-build-system/sbcl) (build-system asdf-build-system/sbcl)
(inputs (inputs
`(("cffi" ,sbcl-cffi) `(("cffi" ,sbcl-cffi)
@ -3038,7 +3038,7 @@ is a library for creating graphical user interfaces.")
(("libwebkit2gtk" all) (("libwebkit2gtk" all)
(string-append (string-append
(assoc-ref inputs "webkitgtk") "/lib/" all)))))))) (assoc-ref inputs "webkitgtk") "/lib/" all))))))))
(home-page "https://github.com/jmercouris/cl-webkit") (home-page "https://github.com/joachifm/cl-webkit")
(synopsis "Binding to WebKitGTK+ for Common Lisp") (synopsis "Binding to WebKitGTK+ for Common Lisp")
(description (description
"@command{cl-webkit} is a binding to WebKitGTK+ for Common Lisp, "@command{cl-webkit} is a binding to WebKitGTK+ for Common Lisp,