mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: opendht: Update to 3.1.11.
* gnu/packages/networking.scm (opendht): Update to 3.1.11. Change-Id: I47fec950c1c9e68e63b337a6262d7b047dbaa24c
This commit is contained in:
parent
997445fe7c
commit
a033b85c5c
1 changed files with 2 additions and 2 deletions
|
@ -3850,7 +3850,7 @@ (define-public restinio-0.6
|
|||
(define-public opendht
|
||||
(package
|
||||
(name "opendht")
|
||||
(version "3.1.7")
|
||||
(version "3.1.11")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -3859,7 +3859,7 @@ (define-public opendht
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"15jx62fm1frbbvpkxysvvwz1a8d605xi53aacf0bvp4mb1dzpddn"))))
|
||||
"05zli0c14wg5dafw12xjhnva0rlsm3dgiksn6n9g8ab990d915ll"))))
|
||||
(outputs '("out" "python" "tools" "debug"))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue