me
/
guix
Archived
1
0
Fork 0

gnu: Syncthing: Update to 1.0.0.

* gnu/packages/syncthing.scm (syncthing): Update to 1.0.0.
master
Leo Famulari 2019-01-01 15:18:08 -05:00
parent 9c9c4fea1b
commit 2288c73936
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@
(define-public syncthing (define-public syncthing
(package (package
(name "syncthing") (name "syncthing")
(version "0.14.54") (version "1.0.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/syncthing/syncthing" (uri (string-append "https://github.com/syncthing/syncthing"
@ -38,7 +38,7 @@
"/syncthing-source-v" version ".tar.gz")) "/syncthing-source-v" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1pfjckwsrhy8lbmy42fawgh1gcfmjbh3dfxx05w5yjxnpd1g2z6r")) "0992nsdiw374pbh1dywg7c2jijzy4xmsv0b7q5p76xn2yyg5yhr7"))
;; Since the update to Go 1.11, Go programs have been keeping ;; Since the update to Go 1.11, Go programs have been keeping
;; spurious references to all their dependencies: ;; spurious references to all their dependencies:
;; <https://bugs.gnu.org/33620>. ;; <https://bugs.gnu.org/33620>.