diff options
author | Jan Wielkiewicz <tona_kosmicznego_smiecia@interia.pl> | 2020-04-17 02:34:30 +0200 |
---|---|---|
committer | Guix Patches Tester <> | 2020-04-17 01:38:14 +0100 |
commit | 909ad2bc595651619f5fc5b04ce5680fbebd81ba (patch) | |
tree | a4d556bc1594f73dbd7906eb1f13fedae5d125c5 | |
parent | a39cd4e79e604a40cb82851ad95a937e495c90c2 (diff) | |
download | patches-909ad2bc595651619f5fc5b04ce5680fbebd81ba.tar patches-909ad2bc595651619f5fc5b04ce5680fbebd81ba.tar.gz |
gnu: opendht: Bump to 2.0.0.
-rw-r--r-- | gnu/packages/networking.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index b31df0c79f..d20a6efd57 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -2648,7 +2648,7 @@ and targeted primarily for asynchronous processing of HTTP-requests.") (define-public opendht (package (name "opendht") - (version "2.0.0rc2") + (version "2.0.0") (source (origin (method git-fetch) (uri (git-reference @@ -2657,7 +2657,7 @@ and targeted primarily for asynchronous processing of HTTP-requests.") (file-name (git-file-name name version)) (sha256 (base32 - "1l3j55qqm894jc9r2sd55snqpcdp9k0kmy7iprpf707jg67c22ij")))) + "1q1fwk8wwk9r6bp0indpr60ql668lsk16ykslacyhrh7kg97kvhr")))) ;; Since 2.0, the gnu-build-system does not seem to work anymore, upstream bug? (build-system cmake-build-system) (inputs |