gnu: Syncthing: Update to 0.14.54.
* gnu/packages/syncthing.scm (syncthing): Update to 0.14.54.
This commit is contained in:
		
							parent
							
								
									e8338e9101
								
							
						
					
					
						commit
						07315efc65
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -30,7 +30,7 @@
 | 
			
		|||
(define-public syncthing
 | 
			
		||||
  (package
 | 
			
		||||
    (name "syncthing")
 | 
			
		||||
    (version "0.14.53")
 | 
			
		||||
    (version "0.14.54")
 | 
			
		||||
    (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
 | 
			
		||||
                "0cplg4yw2szvfl91504s567n11qnxvfczzxvj9g1rhczgl7z14v5"))
 | 
			
		||||
                "1pfjckwsrhy8lbmy42fawgh1gcfmjbh3dfxx05w5yjxnpd1g2z6r"))
 | 
			
		||||
              ;; Since the update to Go 1.11, Go programs have been keeping
 | 
			
		||||
              ;; spurious references to all their dependencies:
 | 
			
		||||
              ;; <https://bugs.gnu.org/33620>.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue