gnu: opendht: Update to 2.4.9.

* gnu/packages/networking.scm (opendht): Update to 2.4.9.
This commit is contained in:
Maxim Cournoyer 2022-07-19 13:51:42 -04:00
parent cdb5b560af
commit 9dcde6147e
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -3472,16 +3472,16 @@ (define-public restinio
(define-public opendht
(package
(name "opendht")
(version "2.3.4")
(version "2.4.9")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/savoirfairelinux/opendht")
(commit version)))
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"0gp1wdpk50y0pcvlhqfw9vpms8lsrjvv63x4dh40axsvf2ix9lkj"))))
"150yxlhn8ykhck7gr1i2bppbqpfyhk0cscn5z7vyn94y5fnqkxsb"))))
(outputs '("out" "tools" "debug"))
(build-system gnu-build-system)
(arguments