gnu: hnsd: Update to 1.0.0.

* gnu/packages/dns.scm (hnsd): Update to 1.0.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Zheng Junjie 2021-03-21 10:33:52 +08:00 committed by Ludovic Courtès
parent 673e5276f6
commit 8bd2c50bee
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -18,6 +18,7 @@
;;; Copyright © 2020 Leo Famulari <leo@famulari.name> ;;; Copyright © 2020 Leo Famulari <leo@famulari.name>
;;; Copyright © 2020 Brice Waegeneire <brice@waegenei.re> ;;; Copyright © 2020 Brice Waegeneire <brice@waegenei.re>
;;; Copyright © 2020 Simon South <simon@simonsouth.net> ;;; Copyright © 2020 Simon South <simon@simonsouth.net>
;;; Copyright © 2021 Zheng Junjie <873216071@qq.com>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -1111,20 +1112,17 @@ (define-public ddclient
(license license:gpl2+))) (license license:gpl2+)))
(define-public hnsd (define-public hnsd
;; There have been no releases yet, hence this commit.
(let ((revision "0")
(commit "895d89c25d316d18df9d374fe78aae3902bc89fb"))
(package (package
(name "hnsd") (name "hnsd")
(version (git-version "0.0" revision commit)) (version "1.0.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/handshake-org/hnsd") (url "https://github.com/handshake-org/hnsd")
(commit commit))) (commit (string-append "v" version))))
(sha256 (sha256
(base32 (base32
"0704y73sddn24jga9csw4gxyfb3pnrfnk0vdcph84n1h38490l16")) "1kdgff8rf8gmvwz2p758ilbjxpvz4xm6z41pa5353asg6xb853bb"))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
@ -1161,7 +1159,7 @@ (define-public hnsd
(description (description
"@command{hnsd} is a @dfn{host name resolver} for the Handshake Naming "@command{hnsd} is a @dfn{host name resolver} for the Handshake Naming
System (HNS) peer-to-peer network.") System (HNS) peer-to-peer network.")
(license license:expat)))) (license license:expat)))
(define-public libmicrodns (define-public libmicrodns
(package (package