guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: Syncthing: Update to 1.16.1.


From: guix-commits
Subject: branch master updated: gnu: Syncthing: Update to 1.16.1.
Date: Sun, 15 Aug 2021 17:04:34 -0400

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8d80a70  gnu: Syncthing: Update to 1.16.1.
8d80a70 is described below

commit 8d80a708535546394deaea6489245ecc09b29131
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Sun Aug 15 16:58:40 2021 -0400

    gnu: Syncthing: Update to 1.16.1.
    
    * gnu/packages/syncthing.scm (syncthing): Update to 1.16.1.
    [arguments]: Adjust the custom install phase to upstream changes.
---
 gnu/packages/syncthing.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index d428099..4deb60b 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -45,9 +45,9 @@
 (define-public syncthing
   (package
     (name "syncthing")
-    (version "1.15.1")
+    (version "1.16.1")
     ; XXX After the go-build-system can use "Go modules", stop using bundled
-    ; dependenices for Syncthing.
+    ; dependencies for Syncthing.
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/syncthing/syncthing";
@@ -55,11 +55,11 @@
                                   "/syncthing-source-v" version ".tar.gz"))
               (sha256
                (base32
-                "04b90zwinl7frxrpjliq41mkbhpnkszmhdc5j2vbqwyhd82warxq"))))
+                "0m5k37sp3px8acs3y9an5wzy1wbcbdvqq74jy0pwzfk4bjbr999j"))))
     (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
-    ;; of "out" by ~80 MiB.
+    ;; of "out" by ~144 MiB.
     (outputs '("out" "utils"))
     (arguments
      `(#:modules ((srfi srfi-26) ; for cut
@@ -104,7 +104,7 @@
                            '("stcompdirs" "stcrashreceiver"
                              "stdisco" "stdiscosrv" "stevents" "stfileinfo"
                              "stfinddevice" "stfindignored" "stgenfiles"
-                             "stindex" "strelaypoolsrv" "strelaysrv" 
"stsigtool"
+                             "strelaypoolsrv" "strelaysrv" "stsigtool"
                              "stvanity" "stwatchfile" "uraggregate" "ursrv"))
                  #t))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]