gnu: electron-cash: Update to 4.2.5.
* gnu/packages/finance.scm (electron-cash): Update to 4.2.5.
This commit is contained in:
		
							parent
							
								
									771c14c93e
								
							
						
					
					
						commit
						95c29d2746
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -567,7 +567,7 @@ other machines/servers.  Electrum does not download the Bitcoin blockchain.")
 | 
				
			||||||
(define-public electron-cash
 | 
					(define-public electron-cash
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "electron-cash")
 | 
					    (name "electron-cash")
 | 
				
			||||||
    (version "4.2.4")
 | 
					    (version "4.2.5")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -576,7 +576,7 @@ other machines/servers.  Electrum does not download the Bitcoin blockchain.")
 | 
				
			||||||
             (commit version)))
 | 
					             (commit version)))
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "1a4jqsfadv6xr7ydj79my71jyrp0sjlznsbxdxjsjgnsqk8r48w6"))))
 | 
					        (base32 "1fj797hbinxsqjwhh4l1vjsx1vzmgzf2apq7fnqqwpv9g0v2pch0"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("libevent" ,libevent)
 | 
					     `(("libevent" ,libevent)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue