mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: neatvnc: Update to 0.8.0.
* gnu/packages/vnc.scm (neatvnc): Update to 0.8.0. Change-Id: I700029a733c4a557386edb65be422dd4036b24f8
This commit is contained in:
parent
bb710ca646
commit
9193fa09ec
1 changed files with 2 additions and 2 deletions
|
@ -660,7 +660,7 @@ (define-public libvnc
|
|||
(define-public neatvnc
|
||||
(package
|
||||
(name "neatvnc")
|
||||
(version "0.4.0")
|
||||
(version "0.8.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -669,7 +669,7 @@ (define-public neatvnc
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1wpq1vyjqra877vwc3n4i0c1dyhmabyn993cslf1k142ikyc0a8w"))))
|
||||
"07vjagx14yiqgaiba24xvb3qbiznlfab23c14arx225y0rlw82h4"))))
|
||||
(build-system meson-build-system)
|
||||
(native-inputs (list pkg-config))
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue