gnu: lcsync: Update to 0.3.1.

* gnu/packages/networking.scm (lcsync): Update to 0.3.1.
This commit is contained in:
Vagrant Cascadian 2024-08-29 13:15:02 -07:00
parent 4e60d5dfb4
commit 18d02443e1
No known key found for this signature in database
GPG Key ID: DC518FC87F9716AA

View File

@ -356,7 +356,7 @@ Unix Domain Sockets, SCTP for both IPv4 and IPv6.")
(define-public lcsync (define-public lcsync
(package (package
(name "lcsync") (name "lcsync")
(version "0.3.0") (version "0.3.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -365,7 +365,7 @@ Unix Domain Sockets, SCTP for both IPv4 and IPv6.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1rhk80ybd2zranay76z1ysifnnm786lg9kiiijcwv76qy95in9ks")))) (base32 "15vfik9saqmvys2v10ci68n00s71d9k4kpqhrwz4ilv79fys7hn7"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
(list (list