diff options
author | Leo Famulari <leo@famulari.name> | 2019-06-04 13:26:02 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2019-06-04 13:28:59 -0400 |
commit | 61407649905ceac891ec8604ee30652afbc4182c (patch) | |
tree | 6e3f397825094ef2d3ea0d42d6a393a49a987824 | |
parent | 70f3a38471867f4ed63179f7c4317239aa1875fd (diff) | |
download | guix-61407649905ceac891ec8604ee30652afbc4182c.tar.gz guix-61407649905ceac891ec8604ee30652afbc4182c.zip |
gnu: Syncthing: Update to 1.1.4.
* gnu/packages/syncthing.scm (syncthing): Update to 1.1.4.
-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 e949e19803..cd3dd0de54 100644 --- a/gnu/packages/syncthing.scm +++ b/gnu/packages/syncthing.scm @@ -30,7 +30,7 @@ (define-public syncthing (package (name "syncthing") - (version "1.1.2") + (version "1.1.4") (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 - "0x2203xa4fxadj7ra7l2ac285j3gi1qgghpkssl4hkcq0kjmxqrk")) + "0pkb9vdb10lnlk6sgg6hxgkdjnvxx90cfdf8vgrc5sljzm5qhr6l")) (modules '((guix build utils))) ;; Delete bundled ("vendored") free software source code. (snippet '(begin |