gnu: telescope: Update to 0.5.2.
* gnu/packages/web-browsers.scm (telescope): Update to 0.5.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
		
							parent
							
								
									ecb136755d
								
							
						
					
					
						commit
						e13a7458f8
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -885,14 +885,14 @@ interface.")
 | 
				
			||||||
(define-public telescope
 | 
					(define-public telescope
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "telescope")
 | 
					    (name "telescope")
 | 
				
			||||||
    (version "0.5.1")
 | 
					    (version "0.5.2")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (string-append "https://github.com/omar-polo/telescope/releases/download/"
 | 
					       (uri (string-append "https://github.com/omar-polo/telescope/releases/download/"
 | 
				
			||||||
                           version "/telescope-" version ".tar.gz"))
 | 
					                           version "/telescope-" version ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "1fgv7gg2lwrjcihq6mkraqm10a6a7h430ikrjpcwfcpv1gvj8ckz"))))
 | 
					        (base32 "0phvwhxvm63y68cyvzw5dk60yjzfv6bpxf5c4bl08daj3ia48fbk"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:tests? #f))                    ;no tests
 | 
					     `(#:tests? #f))                    ;no tests
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue