summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtyom V. Poptsov <poptsov.artyom@gmail.com>2026-07-12 10:37:07 +0300
committerArtyom V. Poptsov <poptsov.artyom@gmail.com>2026-07-12 10:37:07 +0300
commit8da696c84c3c35f7eb29173b5f2e7d1e7f120329 (patch)
treeeac76c8e2558dcfbd59a50851f36361ec4f8fc5f
parent78bbe66093c447f753c09e36aabb98470945bb2a (diff)
gnu: libcoap: Update to 4.3.5b.
* gnu/packages/networking.scm (libcoap): Update to 4.3.5b. Change-Id: Ie2fbcba6c82a78ec6f8f8c161833b0a03c962be0
-rw-r--r--gnu/packages/networking.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index e65b4161420..80b380294f0 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1630,7 +1630,7 @@ files contain direct mappings of the abstractions provided by the ØMQ C API.")
1630(define-public libcoap 1630(define-public libcoap
1631 (package 1631 (package
1632 (name "libcoap") 1632 (name "libcoap")
1633 (version "4.3.5a") 1633 (version "4.3.5b")
1634 (source (origin 1634 (source (origin
1635 (method git-fetch) 1635 (method git-fetch)
1636 (uri (git-reference 1636 (uri (git-reference
@@ -1639,7 +1639,7 @@ files contain direct mappings of the abstractions provided by the ØMQ C API.")
1639 (file-name (git-file-name name version)) 1639 (file-name (git-file-name name version))
1640 (sha256 1640 (sha256
1641 (base32 1641 (base32
1642 "078bi6i6115wyhx9qssh30kf5ziv8sn7ch5fg31rf7qr7pypbfxa")))) 1642 "0z9ihlcqwqcpfmmp6s8lfhqpfni0czgck3sp62akvapq238v8n71"))))
1643 (outputs (list "out" "doc")) 1643 (outputs (list "out" "doc"))
1644 (build-system gnu-build-system) 1644 (build-system gnu-build-system)
1645 (arguments 1645 (arguments