gnu: synergy: Update to 1.7.6.
* gnu/packages/synergy.scm (synergy): Update to 1.7.6.
This commit is contained in:
parent
a3025a4490
commit
63ae20da16
|
@ -33,7 +33,7 @@
|
||||||
(define-public synergy
|
(define-public synergy
|
||||||
(package
|
(package
|
||||||
(name "synergy")
|
(name "synergy")
|
||||||
(version "1.7.4")
|
(version "1.7.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -42,7 +42,7 @@
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1prb06dmi4bhfsraih4hzlsfiraiczgzhqy9gjsxygczif8w6p91"))
|
"07a1g2kh4f064nqjdqgfzrjfayls31scnssphbndmnvfc20bhlx4"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
;; Remove ~14MB of unnecessary bundled source and binaries
|
;; Remove ~14MB of unnecessary bundled source and binaries
|
||||||
|
|
Loading…
Reference in New Issue