~ruther/guix-local

72f6b23cbc8934863bd7921e2bb711a580f917bb — kestrel 5 months ago 794cdb7
gnu: Update dhtnet to 0.0.1-5.f925f52.

Change-Id: Ida7d213811c0f9910bbdd2724d27c1dc07356083
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/networking.scm
M gnu/packages/networking.scm => gnu/packages/networking.scm +3 -3
@@ 4285,8 4285,8 @@ A very simple IM client working over the DHT.

(define-public dhtnet
  ;; There is no tag nor release; use the latest available commit.
  (let ((revision "4")
        (commit "6c5ee3a21556d668d047cdedb5c4b746c3c6bdb2"))
  (let ((revision "5")
        (commit "f925f5200539d4e1ee6176d828ae08a8a6c3890a"))
    (package
      (name "dhtnet")
      ;; The base version is taken from the CMakeLists.txt file (see:


@@ 4300,7 4300,7 @@ A very simple IM client working over the DHT.
                (file-name (git-file-name name version))
                (sha256
                 (base32
                  "0np0h19gcibn9d4hyn9vjvlxjc6ma8cg8j1qxh1cam5c9i49h1xv"))))
                  "1dkxs4w6k8ajn8ndy5gp4qg7yvl2z6jf72wxx71panvgy8lrc6y3"))))
      (outputs (list "out" "debug"))
      (build-system cmake-build-system)
      (arguments