me
/
guix
Archived
1
0
Fork 0

gnu: opendht: Update to 2.5.2.

* gnu/packages/networking.scm (opendht): Update to 2.5.2.
master
Maxim Cournoyer 2023-04-10 23:34:11 -04:00
parent 14e01c54c7
commit 91675f22d3
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -3763,7 +3763,7 @@ and targeted primarily for asynchronous processing of HTTP-requests.")
(define-public opendht
(package
(name "opendht")
(version "2.4.12")
(version "2.5.2")
(source (origin
(method git-fetch)
(uri (git-reference
@ -3772,7 +3772,7 @@ and targeted primarily for asynchronous processing of HTTP-requests.")
(file-name (git-file-name name version))
(sha256
(base32
"0yji5pziqxfvyfizk3fn9j59bqlfdwfa1a0y9jjfknb2mmlwwb9w"))))
"1lxiblwx3bah9rawarq41kb0c7z7lx4bsh7svkri306kyydd64kb"))))
(outputs '("out" "python" "tools" "debug"))
(build-system gnu-build-system)
(arguments