gnu: syncthing: Update to 0.14.47.

* gnu/packages/syncthing.scm (syncthing): Update to 0.14.47.
master
Leo Famulari 2018-05-01 10:43:56 -04:00
parent 2849c66576
commit 2660e6a319
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@
(define-public syncthing
(package
(name "syncthing")
(version "0.14.46")
(version "0.14.47")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/syncthing/syncthing"
@ -37,7 +37,7 @@
"/syncthing-source-v" version ".tar.gz"))
(sha256
(base32
"0h5b2mp0li0qzrz3wggzavdfqfaz9b79hx6wds84ya2i9maw80cl"))
"1wz6cwq3la5676z1c20sh4fykmjwhs410xzcnb2jfyzaldf57cwj"))
(modules '((guix build utils)))
;; Delete bundled ("vendored") free software source code.
(snippet