gnu: sbcl-cl-tld: Update to 20211117.

* gnu/packages/lisp-xyz.scm (sbcl-cl-tld): Update to 20211117.
This commit is contained in:
Pierre Neidhardt 2021-11-17 09:36:33 +01:00
parent 62e707d67c
commit 4eb7ec53dd
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

View file

@ -18873,10 +18873,10 @@ (define-public ecl-cl-pass
(define-public sbcl-cl-tld (define-public sbcl-cl-tld
;; No release. ;; No release.
(let ((commit "6529c70042cf6e82be39bc522e87ad87da08f1c9")) (let ((commit "f5014da8d831fa9481d4181d4450f10a52850c75"))
(package (package
(name "sbcl-cl-tld") (name "sbcl-cl-tld")
(version (git-version "0.1" "1" commit)) (version (git-version "0.1" "2" commit))
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -18885,7 +18885,7 @@ (define-public sbcl-cl-tld
(commit commit))) (commit commit)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1l6f0sak90pqjzkrjg0cyk7gv9h8gwpfvc0964z98dw2nj3hakqb")))) (base32 "0sxnn35gzdby1ixil6zbjg72vli9fcspwzsqimqk455310syx9iv"))))
(build-system asdf-build-system/sbcl) (build-system asdf-build-system/sbcl)
(home-page "https://github.com/lu4nx/cl-tld/") (home-page "https://github.com/lu4nx/cl-tld/")
(synopsis "Extract the Top Level Domain from domains, in Common Lisp") (synopsis "Extract the Top Level Domain from domains, in Common Lisp")