1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-29 21:41:15 +02:00

Revert "gnu: opendht: Update to 2.5.2."

This reverts commit 31534f4e4d.  It broke libjami.
This commit is contained in:
Maxim Cournoyer
2023-04-10 23:38:12 -04:00
parent 31534f4e4d
commit ac180c65e5

View File

@@ -3763,7 +3763,7 @@ and targeted primarily for asynchronous processing of HTTP-requests.")
(define-public opendht
(package
(name "opendht")
(version "2.5.2")
(version "2.4.12")
(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
"1lxiblwx3bah9rawarq41kb0c7z7lx4bsh7svkri306kyydd64kb"))))
"0yji5pziqxfvyfizk3fn9j59bqlfdwfa1a0y9jjfknb2mmlwwb9w"))))
(outputs '("out" "python" "tools" "debug"))
(build-system gnu-build-system)
(arguments