[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: Syncthing: Update to 1.19.1.
From: |
guix-commits |
Subject: |
branch master updated: gnu: Syncthing: Update to 1.19.1. |
Date: |
Sat, 05 Mar 2022 15:54:13 -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 9af61f2ad1 gnu: Syncthing: Update to 1.19.1.
9af61f2ad1 is described below
commit 9af61f2ad15d16ad3b13d5e5a6de936475ffbc13
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Sat Mar 5 15:27:24 2022 -0500
gnu: Syncthing: Update to 1.19.1.
* gnu/packages/syncthing.scm (syncthing): Update to 1.19.1.
---
gnu/packages/syncthing.scm | 4 ++--
1 file 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: Syncthing: Update to 1.19.1.,
guix-commits <=