gnu: Syncthing: Update to 1.2.1.

* gnu/packages/syncthing.scm (syncthing): Update to 1.2.1.
This commit is contained in:
Leo Famulari 2019-08-12 00:20:29 -04:00
parent e9a0e4756f
commit a797e55ca0
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -30,7 +30,7 @@ (define-module (gnu packages syncthing)
(define-public syncthing (define-public syncthing
(package (package
(name "syncthing") (name "syncthing")
(version "1.2.0") (version "1.2.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/syncthing/syncthing" (uri (string-append "https://github.com/syncthing/syncthing"
@ -38,7 +38,7 @@ (define-public syncthing
"/syncthing-source-v" version ".tar.gz")) "/syncthing-source-v" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1l7crhggg2vq4y7pgzsj8wp7k4l9hw5yblflly5bzwywzxz8ff83")) "1b6fidpkwfa2bm6hlv4p0bzxa1ha6s88vajczhryhqi5vjfxafri"))
(modules '((guix build utils))) (modules '((guix build utils)))
;; Delete bundled ("vendored") free software source code. ;; Delete bundled ("vendored") free software source code.
(snippet '(begin (snippet '(begin