gnu: electron-cash: Update to 4.2.10.
* gnu/packages/finance.scm (electron-cash): Update to 4.2.10.
This commit is contained in:
		
							parent
							
								
									da0839c77d
								
							
						
					
					
						commit
						a7e985d3a3
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -587,7 +587,7 @@ other machines/servers.  Electrum does not download the Bitcoin blockchain.")
 | 
			
		|||
(define-public electron-cash
 | 
			
		||||
  (package
 | 
			
		||||
    (name "electron-cash")
 | 
			
		||||
    (version "4.2.7")
 | 
			
		||||
    (version "4.2.10")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
| 
						 | 
				
			
			@ -596,7 +596,7 @@ other machines/servers.  Electrum does not download the Bitcoin blockchain.")
 | 
			
		|||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "1qiql2svjyxlgbg4c5b7grgsv8nx2cx33x3x13mvjjngjz3vgilv"))))
 | 
			
		||||
        (base32 "0axpypq9byda61rp3sznrq24b24qxbfwk56j75qp06s1ackg0pcv"))))
 | 
			
		||||
    (build-system python-build-system)
 | 
			
		||||
    (inputs
 | 
			
		||||
     `(("libevent" ,libevent)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue