From 295197500fcdba1dfef678c2769af6f63da1b434 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Tue, 2 Apr 2019 12:45:23 -0400 Subject: gnu: Syncthing: Update to 1.1.1. * gnu/packages/syncthing.scm (syncthing): Update to 1.1.1. --- gnu/packages/syncthing.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm index 500f9a8528..5db822d8f9 100644 --- a/gnu/packages/syncthing.scm +++ b/gnu/packages/syncthing.scm @@ -1,6 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2016 Petter -;;; Copyright © 2016, 2017, 2018 Leo Famulari +;;; Copyright © 2016, 2017, 2018, 2019 Leo Famulari ;;; ;;; This file is part of GNU Guix. ;;; @@ -30,7 +30,7 @@ (define-public syncthing (package (name "syncthing") - (version "1.1.0") + (version "1.1.1") (source (origin (method url-fetch) (uri (string-append "https://github.com/syncthing/syncthing" @@ -38,7 +38,7 @@ "/syncthing-source-v" version ".tar.gz")) (sha256 (base32 - "1iks1a3149gj89yqmqa5iry2ik2sj9sjhlhc6nfh7xq4swqgsrb5")) + "0xrlw95yp2p66rlvp2a2czf92m3hb3l8v3p39cwnaiw928y5i5m7")) (modules '((guix build utils))) ;; Delete bundled ("vendored") free software source code. (snippet '(begin -- cgit v1.2.3 3c0257586421800d3a2e64f58759735'>diff
AgeCommit message (Expand)Author
2022-12-26images: wsl2: Create XDG_RUNTIME_DIR on first login....dan
2022-12-09system: images: Add networking support to pine64 image....Gabriel Wicki
2022-10-13system: Use a valid license as the dummy license....Ricardo Wurmus
2022-09-24system: images: Add wsl2 module....Alex Griffin
2022-09-24platforms: x86: Rename Hurd hurd to i586-gnu....Mathieu Othacehe
2022-09-24image: Make the operating-system field mandatory....Mathieu Othacehe
2022-09-07system: images: Define the platform in image-types....Mathieu Othacehe
2022-05-25images: hurd: Adjust module imports....Efraim Flashner
2022-05-25Move (gnu platform) and (gnu platforms ...) to guix/....Josselin Poiret
2022-03-15images: novena: Fix build....Mathieu Othacehe
2021-10-18system: image: Ensure Hurd images are cross-compiled if needed....Ludovic Courtès
2021-10-11gnu: Add platform support....Mathieu Othacehe
2021-08-29Migrate to the new 'targets' field of bootloader-configuration....Maxim Cournoyer
2021-08-28images: pinebook-pro: Fix the agetty baud rate....Mathieu Othacehe
2021-02-21image: Add rock64 support....Marius Bakke
2021-02-17scripts: system: Accept <image> records as input....Mathieu Othacehe
2021-01-20images: pinebook-pro: Fix default serial port....Caliph Nomble
2021-01-10system: image: Fix root offset on rockchip platforms....Mathieu Othacehe
2020-12-05images: novena: Make boot settings and RTC accessible....Danny Milosavljevic
2020-12-03images: novena: Replace agetty-service by term-auto....Danny Milosavljevic
2020-12-03images: Add novena-image-type, novena-barebones-raw-image, novena-barebones-os....Danny Milosavljevic
2020-11-20image: Add pinebook-pro support....Mathieu Othacehe
2020-10-06images: Add pine64-barebones-raw-image....Mathieu Othacehe
2020-10-05images: Add pine64 support....Mathieu Othacehe
2020-09-30system: image: Add image-type support....Mathieu Othacehe
2020-09-29images: hurd: Add hurd-barebones-qcow2-image....Mathieu Othacehe
2020-07-11image: Do not set journal_model=WAL for the Hurd....Jan (janneke) Nieuwenhuizen
2020-06-25image: hurd: Initialize root partition for the Hurd....Jan (janneke) Nieuwenhuizen
2020-06-25image: hurd: Create hurd-compatible ext2 file-system....Jan (janneke) Nieuwenhuizen
2020-06-24image: Move hurd image definition to a dedicated file....Mathieu Othacehe