gnu: synergy: Update repository URI and hash.

* gnu/packages/synergy.scm (synergy)[uri]: Replace synergy by synergy-core.
[sha256]: Update to reflect the name change of the archive root directory.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Maxim Cournoyer 2017-10-26 08:11:38 -04:00 committed by Ludovic Courtès
parent 3414ce9876
commit ba2cd6c2d8
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -38,12 +38,12 @@
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/symless/synergy/archive/" (uri (string-append "https://github.com/symless/synergy-core/archive/"
"v" version "-stable.tar.gz")) "v" version "-stable.tar.gz"))
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"16vxbly4a33c63da3kmj7j47cam583l7bip33jc43mw173wqihw5")) "052z1yiwck9hlshf8in2dgz6p7jxmq9yfj32mfzjaygpz6mmmr4y"))
(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