diff options
author | Vasile Dumitrascu <va511e@yahoo.com> | 2017-04-26 07:02:27 +0200 |
---|---|---|
committer | Arun Isaac <arunisaac@systemreboot.net> | 2017-04-27 00:03:20 +0530 |
commit | c9ba67a5f2a2fe48dd42649db46287ec54290579 (patch) | |
tree | 7fcf4704d203ea6bca13bf696e85f90d459b94d6 /gnu/packages/synergy.scm | |
parent | b63106089a1eb2ac76303886f926f74967879386 (diff) | |
download | patches-c9ba67a5f2a2fe48dd42649db46287ec54290579.tar patches-c9ba67a5f2a2fe48dd42649db46287ec54290579.tar.gz |
gnu: synergy: Update to 1.8.8.
* gnu/packages/synergy.scm (synergy): Update to 1.8.8.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
Diffstat (limited to 'gnu/packages/synergy.scm')
-rw-r--r-- | gnu/packages/synergy.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/synergy.scm b/gnu/packages/synergy.scm index 7f8a30fa33..b971cbe3a9 100644 --- a/gnu/packages/synergy.scm +++ b/gnu/packages/synergy.scm @@ -1,6 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2014, 2015, 2016 Eric Bavier <bavier@member.fsf.org> ;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il> +;;; Copyright © 2017 Vasile Dumitrascu <va511e@yahoo.com> ;;; ;;; This file is part of GNU Guix. ;;; @@ -33,7 +34,7 @@ (define-public synergy (package (name "synergy") - (version "1.8.2") + (version "1.8.8") (source (origin (method url-fetch) @@ -42,7 +43,7 @@ (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1ym9lmnm64i1bw4spxq40drb4nvzsq5z7zq1935aq0kgccccg11g")) + "16vxbly4a33c63da3kmj7j47cam583l7bip33jc43mw173wqihw5")) (modules '((guix build utils))) (snippet ;; Remove ~14MB of unnecessary bundled source and binaries |