summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorOmar Bassam <omar.bassam88@gmail.com>2026-01-21 13:14:21 +0200
committerjgart <jgart@dismail.de>2026-02-15 14:36:11 -0500
commit7e402d11f172a1daec0752d4ed7ac8abb12bbc02 (patch)
treed8b2f2dd696d385c9aa595d1064a14504752a06c /gnu
parent69d9beccf92aaaaa3caab23831761fd976f9986e (diff)
gnu: sbcl-dns-client: Update to 1.0.0-1.5e861b2.
* gnu/packages/lisp-xyz.scm (sbcl-dns-client): Update to 1.0.0-1.5e861b2. [source]: Update to use new source url. [home-page]: Update to use new homepage url. Change-Id: Ia3f3c41a080257cefef24185a34a67cbb9dac065 Signed-off-by: Omar Bassam <omar.bassam88@gmail.com> Signed-off-by: jgart <jgart@dismail.de>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/lisp-xyz.scm12
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index a6944dc7e3..2096c82b0e 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -15077,8 +15077,8 @@ Django with a syntax similar to Python Jinja2.")
(sbcl-package->ecl-package sbcl-djula))
(define-public sbcl-dns-client
- (let ((commit "9f252e9c2bb61c57a6cd367e21ad366b0d3e87e0")
- (revision "0"))
+ (let ((commit "5e861b2c98e6454895bc6ad4bd2f3e336ff711f5")
+ (revision "1"))
(package
(name "sbcl-dns-client")
(version (git-version "1.0.0" revision commit))
@@ -15086,18 +15086,18 @@ Django with a syntax similar to Python Jinja2.")
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/Shinmera/dns-client")
+ (url "https://codeberg.org/shinmera/dns-client")
(commit commit)))
(file-name (git-file-name "cl-dns-client" version))
(sha256
- (base32 "1b6g2wvydwmv1k68favjyq4gfalfxfyl5i0hyh640wdaz2rfvi4n"))))
+ (base32 "1k3w52k9j9sbj4vh76lxk5944lpljs4ir1765inrd3fdspvxl0fl"))))
(build-system asdf-build-system/sbcl)
(arguments
;; No tests provided.
`(#:tests? #f))
(inputs
- (list sbcl-documentation-utils sbcl-usocket))
- (home-page "https://shinmera.github.io/dns-client/")
+ (list sbcl-punycode sbcl-documentation-utils sbcl-usocket))
+ (home-page "https://shinmera.codeberg.page/dns-client")
(synopsis "DNS protocol client for Common Lisp")
(description
"This package provides a pure-lisp implementation of a DNS client. It can be