mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: opendht: Update to 2.1.4
* gnu/packages/networking.scm (opendht): Update to 2.1.4. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
41c32695e5
commit
143188423a
1 changed files with 2 additions and 2 deletions
|
@ -2911,7 +2911,7 @@ (define-public restinio
|
|||
(define-public opendht
|
||||
(package
|
||||
(name "opendht")
|
||||
(version "2.0.0")
|
||||
(version "2.1.4")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -2920,7 +2920,7 @@ (define-public opendht
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1q1fwk8wwk9r6bp0indpr60ql668lsk16ykslacyhrh7kg97kvhr"))))
|
||||
"1ax26ri1ifb6s8ppd28jmanka9yf8mw3np65q2h4djhhik0phhal"))))
|
||||
;; Since 2.0, the gnu-build-system does not seem to work anymore, upstream bug?
|
||||
(build-system cmake-build-system)
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue