me
/
guix
Archived
1
0
Fork 0

gnu: opendht: Update to 2.4.10.

* gnu/packages/networking.scm (opendht): Update to 2.4.10.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
master
Olivier Dion via Guix-patches via 2022-09-02 17:56:39 -04:00 committed by Maxim Cournoyer
parent e4ccfcb22a
commit 886306ba63
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -3621,7 +3621,7 @@ and targeted primarily for asynchronous processing of HTTP-requests.")
(define-public opendht
(package
(name "opendht")
(version "2.4.9")
(version "2.4.10")
(source (origin
(method git-fetch)
(uri (git-reference
@ -3630,7 +3630,7 @@ and targeted primarily for asynchronous processing of HTTP-requests.")
(file-name (git-file-name name version))
(sha256
(base32
"150yxlhn8ykhck7gr1i2bppbqpfyhk0cscn5z7vyn94y5fnqkxsb"))))
"1kcc9vmi4swvahq2gikflgba9xfmix80dr9wa3v6xcj1ba2fjd6s"))))
(outputs '("out" "tools" "debug"))
(build-system gnu-build-system)
(arguments