/gnu/system/examples/

d8e4256b1283d589d7d9'>commitdiff
path: root/gnu/packages/syncthing.scm
AgeCommit message (Expand)Author
2023-09-14gnu: syncthing: Update to 1.23.7....The uraggregate binary was merged into ursrv, so don’t attempt to install it. * gnu/packages/syncthing.scm (syncthing): Update to 1.23.7. [arguments]: Build with go-1.20. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Timotej Lazar
2023-08-21gnu: syncthing: Use new package style....* gnu/packages/syncthing.scm (syncthing)[arguments]: Use gexps. Drop trailing Signed-off-by: Ludovic Courtès <ludo@gnu.org> Timotej Lazar
2023-08-21gnu: syncthing: Update to 1.23.6....* gnu/packages/syncthing.scm (syncthing): Update to 1.23.6. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Timotej Lazar
2023-04-23gnu: Move golang dependencies to (gnu packages golang)....These packages are needed by syncthing and the new restic-rest-server package, so put them in (gnu packages golang) instead. * gnu/packages/syncthing.scm (go-github-com-prometheus-common, go-github-com-prometheus-procfs, go-github-com-prometheus-client-golang): Move variables ... * gnu/packages/golang.scm (go-github-com-prometheus-common, go-github-com-prometheus-procfs, go-github-com-prometheus-client-golang): ... to here. Signed-off-by: Leo Famulari <leo@famulari.name> Timo Wilken