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.18.4.


From: guix-commits
Subject: branch master updated: gnu: Syncthing: Update to 1.18.4.
Date: Mon, 06 Dec 2021 12:10:30 -0500

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 4e282bc  gnu: Syncthing: Update to 1.18.4.
4e282bc is described below

commit 4e282bc934488b1c9ab9e97c838efe058da9e0bd
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Mon Dec 6 12:08:55 2021 -0500

    gnu: Syncthing: Update to 1.18.4.
    
    * gnu/packages/syncthing.scm (syncthing): Update to 1.18.4.
    [arguments]: Build with Go 1.17.
---
 gnu/packages/syncthing.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index aa718e5..8ae3c3d 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -45,7 +45,7 @@
 (define-public syncthing
   (package
     (name "syncthing")
-    (version "1.16.1")
+    (version "1.18.4")
     ; XXX After the go-build-system can use "Go modules", stop using bundled
     ; dependencies for Syncthing.
     (source (origin
@@ -55,7 +55,7 @@
                                   "/syncthing-source-v" version ".tar.gz"))
               (sha256
                (base32
-                "0m5k37sp3px8acs3y9an5wzy1wbcbdvqq74jy0pwzfk4bjbr999j"))))
+                "00kw1j2qi5ylbycv43n5177r3a3651qxhds927x6cz0a2b7qac8n"))))
     (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
@@ -65,6 +65,7 @@
      `(#:modules ((srfi srfi-26) ; for cut
                   (guix build utils)
                   (guix build go-build-system))
+       #:go ,go-1.17
        #:import-path "github.com/syncthing/syncthing"
        ;; We don't need to install the source code for end-user applications.
        #:install-source? #f



reply via email to

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