diff options
author | Leo Famulari <leo@famulari.name> | 2019-05-08 14:56:54 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2019-05-08 14:57:11 -0400 |
commit | 5c894295864c4ee30ce664a365758aa0c0b6f36f (patch) | |
tree | 274188c5d907fcc608d15955d376bdf42bbc09b2 | |
parent | e54a6543a09fe785824f7bdf47a6a8a7721190ce (diff) | |
download | guix-5c894295864c4ee30ce664a365758aa0c0b6f36f.tar guix-5c894295864c4ee30ce664a365758aa0c0b6f36f.tar.gz |
gnu: Syncthing: Update to 1.1.2.
* gnu/packages/syncthing.scm (syncthing): Update to 1.1.2.
-rw-r--r-- | gnu/packages/syncthing.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm index 4dd6d46b66..f9e7db2346 100644 --- a/gnu/packages/syncthing.scm +++ b/gnu/packages/syncthing.scm @@ -30,7 +30,7 @@ (define-public syncthing (package (name "syncthing") - (version "1.1.1") + (version "1.1.2") (source (origin (method url-fetch) (uri (string-append "https://github.com/syncthing/syncthing" @@ -38,7 +38,7 @@ "/syncthing-source-v" version ".tar.gz")) (sha256 (base32 - "0xrlw95yp2p66rlvp2a2czf92m3hb3l8v3p39cwnaiw928y5i5m7")) + "0x2203xa4fxadj7ra7l2ac285j3gi1qgghpkssl4hkcq0kjmxqrk")) (modules '((guix build utils))) ;; Delete bundled ("vendored") free software source code. (snippet '(begin |