diff options
author | Leo Famulari <leo@famulari.name> | 2022-03-05 15:27:24 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2022-03-05 15:51:12 -0500 |
commit | 9af61f2ad15d16ad3b13d5e5a6de936475ffbc13 (patch) | |
tree | a04f333047f603191bca6e3f2a3023486c1b2400 | |
parent | b0d023cba5ce62c46521bd11811eea22b0013a58 (diff) | |
download | guix-9af61f2ad15d16ad3b13d5e5a6de936475ffbc13.tar.gz |
gnu: Syncthing: Update to 1.19.1.
* gnu/packages/syncthing.scm (syncthing): Update to 1.19.1.
-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 ebf7c2322e..107b97e547 100644 --- a/gnu/packages/syncthing.scm +++ b/gnu/packages/syncthing.scm @@ -46,7 +46,7 @@ (define-public syncthing (package (name "syncthing") - (version "1.19.0") + (version "1.19.1") (source (origin (method url-fetch) (uri (string-append "https://github.com/syncthing/syncthing" @@ -54,7 +54,7 @@ "/syncthing-source-v" version ".tar.gz")) (sha256 (base32 - "13b8dsvqgah13w5sfbwv1fpwj6sfqj2lv0d0x9433ljjq92lxkbg")))) + "09silpbpciqzpr4y4ycpkxrwi9zf90xgd13844m145134cpyrigz")))) (build-system go-build-system) ;; The primary Syncthing executable goes to "out", while the auxiliary ;; server programs and utility tools go to "utils". This reduces the size |