gnu: Syncthing: Update to 1.1.0.
* gnu/packages/syncthing.scm (syncthing): Update to 1.1.0.
This commit is contained in:
		
							parent
							
								
									f862697b5c
								
							
						
					
					
						commit
						f4319c6e28
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -30,7 +30,7 @@
 | 
				
			||||||
(define-public syncthing
 | 
					(define-public syncthing
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "syncthing")
 | 
					    (name "syncthing")
 | 
				
			||||||
    (version "1.0.1")
 | 
					    (version "1.1.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
 | 
				
			||||||
                "0gas07lxm5d2c21axgcs90r779rj9sk3jymnnffxz457rvpr2qn3"))
 | 
					                "1iks1a3149gj89yqmqa5iry2ik2sj9sjhlhc6nfh7xq4swqgsrb5"))
 | 
				
			||||||
              ;; 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>.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue