Skip to content
Snippets Groups Projects
Commit 7c5a4420 authored by Eric Bavier's avatar Eric Bavier
Browse files

gnu: synergy: Upgrade to 1.7.4.

* gnu/packages/synergy.scm (synergy): Upgrade to 1.7.4.
parent 0f252e26
No related branches found
No related tags found
No related merge requests found
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014 Eric Bavier <bavier@member.fsf.org> ;;; Copyright © 2014, 2015 Eric Bavier <bavier@member.fsf.org>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
...@@ -32,7 +32,7 @@ (define-module (gnu packages synergy) ...@@ -32,7 +32,7 @@ (define-module (gnu packages synergy)
(define-public synergy (define-public synergy
(package (package
(name "synergy") (name "synergy")
(version "1.7.3") (version "1.7.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
...@@ -41,7 +41,7 @@ (define-public synergy ...@@ -41,7 +41,7 @@ (define-public synergy
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"098y71fiw1n5i7g1p6vjfs5rz472j192p9izz2axxxhfvcyzrvx4")) "1prb06dmi4bhfsraih4hzlsfiraiczgzhqy9gjsxygczif8w6p91"))
(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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment