me
/
guix
Archived
1
0
Fork 0

gnu: cl-ltk: Update to 0.992-0.ff14a78.

* gnu/packages/lisp-xyz.scm (sbcl-ltk): Update to 0.992-0.ff14a78.
[file-name]: Rename to cl-ltk.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
master
Paul A. Patience 2023-03-07 01:02:40 +00:00 committed by Guillaume Le Vaillant
parent b0dc4199d6
commit 79da3b19f0
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 49 additions and 46 deletions

View File

@ -10794,18 +10794,20 @@ ZeroMQ.")
(sbcl-package->ecl-package sbcl-cl-z85)) (sbcl-package->ecl-package sbcl-cl-z85))
(define-public sbcl-ltk (define-public sbcl-ltk
(let ((commit "ff14a781d211c19c35e65a7ecaece67dda0b3ebb")
(revision "0"))
(package (package
(name "sbcl-ltk") (name "sbcl-ltk")
(version "0.992") (version (git-version "0.992" revision commit))
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/herth/ltk") (url "https://github.com/herth/ltk")
(commit version))) (commit commit)))
(file-name (git-file-name name version)) (file-name (git-file-name "cl-ltk" version))
(sha256 (sha256
(base32 "13l2q4mskzilya9xh5wy2xvy30lwn104bd8wrq6ifds56r82iy3x")))) (base32 "0f1xgsj2j7bq21cq2pa9rw3ybxd9vyknisl6z307lxx7lvhm3xac"))))
(build-system asdf-build-system/sbcl) (build-system asdf-build-system/sbcl)
(inputs (inputs
(list imagemagick tk)) (list imagemagick tk))
@ -10836,10 +10838,11 @@ ZeroMQ.")
#t))))) #t)))))
(synopsis "Common Lisp bindings for the Tk GUI toolkit") (synopsis "Common Lisp bindings for the Tk GUI toolkit")
(description (description
"LTK is a Common Lisp binding for the Tk graphics toolkit. It is written "LTK is a Common Lisp binding for the Tk graphics toolkit. It is
in pure Common Lisp and does not require any Tk knowledge for its usage.") written in pure Common Lisp and does not require any Tk knowledge for its
usage.")
(home-page "http://www.peter-herth.de/ltk/") (home-page "http://www.peter-herth.de/ltk/")
(license license:llgpl))) (license license:llgpl))))
(define-public cl-ltk (define-public cl-ltk
(sbcl-package->cl-source-package sbcl-ltk)) (sbcl-package->cl-source-package sbcl-ltk))