mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: lcsync: Update to 0.3.2.
* gnu/packages/networking.scm (lcsync): Update to 0.3.2.
This commit is contained in:
parent
1cc5c8f2c8
commit
dd9723faaa
1 changed files with 2 additions and 2 deletions
|
@ -361,7 +361,7 @@ Unix Domain Sockets, SCTP for both IPv4 and IPv6.")
|
|||
(define-public lcsync
|
||||
(package
|
||||
(name "lcsync")
|
||||
(version "0.3.1")
|
||||
(version "0.3.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -370,7 +370,7 @@ Unix Domain Sockets, SCTP for both IPv4 and IPv6.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "15vfik9saqmvys2v10ci68n00s71d9k4kpqhrwz4ilv79fys7hn7"))))
|
||||
(base32 "1wn36rj1il9rv8a76673yv7yk334z9dqq6g2bvbcscbrya4wqaia"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue