mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-06-12 07:34:04 +02:00
gnu: opendht: Update to 2.4.12.
* gnu/packages/networking.scm (opendht): Update to 2.4.12.
This commit is contained in:
@@ -3732,7 +3732,7 @@ and targeted primarily for asynchronous processing of HTTP-requests.")
|
||||
(define-public opendht
|
||||
(package
|
||||
(name "opendht")
|
||||
(version "2.4.10")
|
||||
(version "2.4.12")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
@@ -3741,7 +3741,7 @@ and targeted primarily for asynchronous processing of HTTP-requests.")
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1kcc9vmi4swvahq2gikflgba9xfmix80dr9wa3v6xcj1ba2fjd6s"))))
|
||||
"0yji5pziqxfvyfizk3fn9j59bqlfdwfa1a0y9jjfknb2mmlwwb9w"))))
|
||||
(outputs '("out" "python" "tools" "debug"))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
||||
Reference in New Issue
Block a user