gnu: qsyncthingtray: Update to 0.5.7.
* gnu/packages/sync.scm (qsyncthingtray): Update to 0.5.7.
This commit is contained in:
		
							parent
							
								
									e813f3956e
								
							
						
					
					
						commit
						4b4ff6938d
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -107,7 +107,7 @@ silently and reliably flow across to every other.")
 | 
				
			||||||
(define-public qsyncthingtray
 | 
					(define-public qsyncthingtray
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "qsyncthingtray")
 | 
					    (name "qsyncthingtray")
 | 
				
			||||||
    (version "0.5.6")
 | 
					    (version "0.5.7")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
      (origin
 | 
					      (origin
 | 
				
			||||||
        (method url-fetch)
 | 
					        (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -117,7 +117,7 @@ silently and reliably flow across to every other.")
 | 
				
			||||||
        (file-name (string-append name "-" version ".tar.gz"))
 | 
					        (file-name (string-append name "-" version ".tar.gz"))
 | 
				
			||||||
        (sha256
 | 
					        (sha256
 | 
				
			||||||
         (base32
 | 
					         (base32
 | 
				
			||||||
          "0py3593pv3iz0vds82wzbjy1ykc96qaaji1ldd9dlr50kb1840c3"))))
 | 
					          "1qzlxgq36sb1dk621nkbjw9k6y3css6q3z8xzx6nv7f327vanvp6"))))
 | 
				
			||||||
    (build-system cmake-build-system)
 | 
					    (build-system cmake-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:configure-flags '("-DQST_BUILD_WEBKIT=1")
 | 
					     `(#:configure-flags '("-DQST_BUILD_WEBKIT=1")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue