mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: lcsync: Update to 0.3.1.
* gnu/packages/networking.scm (lcsync): Update to 0.3.1.
This commit is contained in:
parent
4e60d5dfb4
commit
18d02443e1
1 changed files with 2 additions and 2 deletions
|
@ -356,7 +356,7 @@ (define-public netperf
|
|||
(define-public lcsync
|
||||
(package
|
||||
(name "lcsync")
|
||||
(version "0.3.0")
|
||||
(version "0.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -365,7 +365,7 @@ (define-public lcsync
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1rhk80ybd2zranay76z1ysifnnm786lg9kiiijcwv76qy95in9ks"))))
|
||||
(base32 "15vfik9saqmvys2v10ci68n00s71d9k4kpqhrwz4ilv79fys7hn7"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue