gnu: kubo: Update to 0.22.0.
* gnu/packages/ipfs.scm (kubo): Update to 0.22.0. Change-Id: Iee640c01024a399bdf2b9c6e07ef6951e5567f54 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
		
							parent
							
								
									eb77abfb44
								
							
						
					
					
						commit
						d3bc9e73e5
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -227,7 +227,7 @@ written in Go.")
 | 
			
		|||
(define-public kubo
 | 
			
		||||
  (package
 | 
			
		||||
    (name "kubo")
 | 
			
		||||
    (version "0.19.0")
 | 
			
		||||
    (version "0.22.0")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method url-fetch/tarbomb)
 | 
			
		||||
| 
						 | 
				
			
			@ -235,7 +235,7 @@ written in Go.")
 | 
			
		|||
             "https://dist.ipfs.io/kubo/v" version
 | 
			
		||||
             "/kubo-source.tar.gz"))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "0k0mw44fq6306pmfp6v4wawgigry9plnl2ij8i5f46606j55c31w"))
 | 
			
		||||
        (base32 "0p8iaa56lnac1lxnbzp4fbjqzps50z5yqs34szcp53xjq8rmjzjd"))
 | 
			
		||||
       (file-name (string-append name "-" version "-source"))
 | 
			
		||||
       (modules '((guix build utils)))
 | 
			
		||||
       (snippet '(for-each delete-file-recursively
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue