From d879fd80c74371120a2cfa30e18a2e28dc02d31d Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Mon, 6 May 2019 20:48:11 -0400 Subject: gnu: syncthing: Fix build. * gnu/packages/syncthing.scm (syncthing)[arguments]: Drop the unpack-path argument, made unnecessary by commit f42e4ebb56. --- gnu/packages/syncthing.scm | 1 - 1 file changed, 1 deletion(-) (limited to 'gnu/packages/syncthing.scm') diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm index 5db822d8f9..4dd6d46b66 100644 --- a/gnu/packages/syncthing.scm +++ b/gnu/packages/syncthing.scm @@ -112,7 +112,6 @@ (arguments `(#:import-path "github.com/syncthing/syncthing" - #:unpack-path "github.com/syncthing" ;; We don't need to install the source code for end-user applications. #:install-source? #f #:phases -- cgit v1.2.3 From 5c894295864c4ee30ce664a365758aa0c0b6f36f Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Wed, 8 May 2019 14:56:54 -0400 Subject: gnu: Syncthing: Update to 1.1.2. * gnu/packages/syncthing.scm (syncthing): Update to 1.1.2. --- gnu/packages/syncthing.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/syncthing.scm') diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm index 4dd6d46b66..f9e7db2346 100644 --- a/gnu/packages/syncthing.scm +++ b/gnu/packages/syncthing.scm @@ -30,7 +30,7 @@ (define-public syncthing (package (name "syncthing") - (version "1.1.1") + (version "1.1.2") (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 - "0xrlw95yp2p66rlvp2a2czf92m3hb3l8v3p39cwnaiw928y5i5m7")) + "0x2203xa4fxadj7ra7l2ac285j3gi1qgghpkssl4hkcq0kjmxqrk")) (modules '((guix build utils))) ;; Delete bundled ("vendored") free software source code. (snippet '(begin -- cgit v1.2.3 From a8d476519455170ead698d7c4c3c3dbaa046df87 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Wed, 22 May 2019 15:32:43 -0700 Subject: gnu: go-github-com-audriusbutkevicius-go-nat-pmp: Fix typo "This package". * gnu/packages/syncthing (go-github-com-audriusbutkevicius-go-nat-pmp)[description]: Fix typo. --- gnu/packages/syncthing.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/syncthing.scm') diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm index f9e7db2346..3ce4c58116 100644 --- a/gnu/packages/syncthing.scm +++ b/gnu/packages/syncthing.scm @@ -192,7 +192,7 @@ Protocol.") (arguments `(#:import-path "github.com/AudriusButkevicius/go-nat-pmp")) (synopsis "Port mapping and discovery of external IP address") - (description "This packages provides a Go client for the NAT-PMP internet + (description "This package provides a Go client for the NAT-PMP internet protocol for port mapping and discovering the external IP address of a firewall.") (home-page "https://github.com/AudriusButkevicius/go-nat-pmp") -- cgit v1.2.3 From c9bb314bbdbb07db615ce1aad391e9a5868fa64b Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Wed, 22 May 2019 15:34:02 -0700 Subject: gnu: go-github-com-gobwas-glob: Fix typo "This package". * gnu/packages/syncthing (go-github-com-gobwas-glob)[description]: Fix typo. --- gnu/packages/syncthing.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/syncthing.scm') diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm index 3ce4c58116..9fea65d21e 100644 --- a/gnu/packages/syncthing.scm +++ b/gnu/packages/syncthing.scm @@ -335,7 +335,7 @@ structs in the Go programming language.") (arguments `(#:import-path "github.com/gobwas/glob")) (synopsis "Go globbing library") - (description "This packages provides a Go implementation of globs.") + (description "This package provides a Go implementation of globs.") (home-page "https://github.com/gobwas/glob") (license expat)))) -- cgit v1.2.3 From a2ca130aacb20fdb56319b06119364b03abd96c1 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Wed, 22 May 2019 15:34:59 -0700 Subject: gnu: go-github-com-lib-pq: Fix typo "This package". * gnu/packages/syncthing (go-github-com-lib-pq)[description]: Fix typo. --- gnu/packages/syncthing.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/syncthing.scm') diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm index 9fea65d21e..28ac9046cb 100644 --- a/gnu/packages/syncthing.scm +++ b/gnu/packages/syncthing.scm @@ -435,7 +435,7 @@ address of the default LAN gateway.") ;; Postgres instance. #:tests? #f)) (synopsis "Golang Postgres driver for Go's database/sql") - (description "This packages provides a pure Go Postgres driver for Go's + (description "This package provides a pure Go Postgres driver for Go's database/sql package.") (home-page "https://github.com/lib/pq") (license expat))) -- cgit v1.2.3 From 662ab81d86f055d45979f8553c660a2ec66dc5e6 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Wed, 22 May 2019 15:35:58 -0700 Subject: gnu: go-github-com-oschwald-geoip2-golang: Fix typo "This package". * gnu/packages/syncthing (go-github-com-oschwald-geoip2-golang)[description]: Fix typo. --- gnu/packages/syncthing.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/syncthing.scm') diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm index 28ac9046cb..1041db21ea 100644 --- a/gnu/packages/syncthing.scm +++ b/gnu/packages/syncthing.scm @@ -462,7 +462,7 @@ database/sql package.") `(#:import-path "github.com/oschwald/geoip2-golang" #:tests? #f)) ; Requires some unpackaged software and test data (synopsis "MaxMind GeoIP2 reader") - (description "This packages provides a library for reading MaxMind + (description "This package provides a library for reading MaxMind GeoLite2 and GeoIP2 databases in Go.") (home-page "https://github.com/oschwald/geoip2-golang") (license isc))) -- cgit v1.2.3 From 2e785aa00dc20a688441e2d125b6853d89acc5d5 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Wed, 22 May 2019 15:37:24 -0700 Subject: gnu: go-github-com-pkg-errors: Fix typo "This package". * gnu/packages/syncthing (go-github-com-pkg-errors)[description]: Fix typo. --- gnu/packages/syncthing.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/syncthing.scm') diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm index 1041db21ea..93128bcc0f 100644 --- a/gnu/packages/syncthing.scm +++ b/gnu/packages/syncthing.scm @@ -756,7 +756,7 @@ hashes.") (arguments `(#:import-path "github.com/pkg/errors")) (synopsis "Go error handling primitives") - (description "This packages provides @code{error}, which offers simple + (description "This package provides @code{error}, which offers simple error handling primitives in Go.") (home-page "https://github.com/pkg/errors") (license bsd-2))) -- cgit v1.2.3 From b55b96a73c650525cd60abdd9a493cf51dd674ce Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Wed, 22 May 2019 16:46:54 -0700 Subject: gnu: go-github-com-petermattis-goid: Fix typo "programmatically". * gnu/packages/syncthing (go-github-com-petermattis-goid)[description]: Fix typo. --- gnu/packages/syncthing.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/syncthing.scm') diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm index 93128bcc0f..acc9eda152 100644 --- a/gnu/packages/syncthing.scm +++ b/gnu/packages/syncthing.scm @@ -781,7 +781,7 @@ error handling primitives in Go.") (arguments '(#:import-path "github.com/petermattis/goid")) (synopsis "Identify the running goroutine") - (description "This package offers a method of programatically retrieving + (description "This package offers a method of programmatically retrieving the current goroutine's ID.") (home-page "https://github.com/petermattis/goid") (license asl2.0)))) -- cgit v1.2.3