diff options
author | Leo Famulari <leo@famulari.name> | 2020-05-21 12:56:58 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2020-05-22 18:53:47 -0400 |
commit | 595f30c0de09659d5aeaecfba7384b0c4e668b55 (patch) | |
tree | bb5cc76a18d0afb9be344ef588e284376fbddb74 /gnu | |
parent | 4185edf2086af01ab072c6e667a14fdf313b71d1 (diff) | |
download | patches-595f30c0de09659d5aeaecfba7384b0c4e668b55.tar patches-595f30c0de09659d5aeaecfba7384b0c4e668b55.tar.gz |
gnu: Syncthing: Update to 1.5.0.
* gnu/packages/syncthing.scm (syncthing): Update to 1.5.0.
[inputs]: Replace go-gopkg.in-ldap.v2 with go-github-com-go-ldap-ldap.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/syncthing.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm index 1030b6b557..99bdd7704b 100644 --- a/gnu/packages/syncthing.scm +++ b/gnu/packages/syncthing.scm @@ -32,7 +32,7 @@ (define-public syncthing (package (name "syncthing") - (version "1.4.2") + (version "1.5.0") (source (origin (method url-fetch) (uri (string-append "https://github.com/syncthing/syncthing" @@ -40,7 +40,7 @@ "/syncthing-source-v" version ".tar.gz")) (sha256 (base32 - "16dqpbn4saxmmmqd5ya8zdkwvxzz4nim1p4w954zkkdz3cyg86h6")) + "1394b8y4nllihnjngc0kjpdy7pvyh6v1h09hkn8rdmwxpsdkqkjb")) (modules '((guix build utils))) ;; Delete bundled ("vendored") free software source code. (snippet '(begin @@ -77,7 +77,7 @@ ("go-github-com-syndtr-goleveldb" ,go-github-com-syndtr-goleveldb) ("go-github-com-thejerf-suture" ,go-github-com-thejerf-suture) ("go-golang-org-x-time" ,go-golang-org-x-time) - ("go-gopkg.in-ldap.v2" ,go-gopkg.in-ldap.v2) + ("go-github-com-go-ldap-ldap" ,go-github-com-go-ldap-ldap) ("go-github-com-gogo-protobuf" ,go-github-com-gogo-protobuf) ("go-github-com-shirou-gopsutil" ,go-github-com-shirou-gopsutil) ("go-github-com-prometheus-client-golang" |