gnu: monero-gui: Update to 0.17.2.0.
* gnu/packages/finance.scm (monero-gui): Update to 0.17.2.0.
This commit is contained in:
		
							parent
							
								
									3c1cfd7d32
								
							
						
					
					
						commit
						05aa5f9f39
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -762,7 +762,7 @@ the Monero command line client and daemon.")
 | 
				
			||||||
(define-public monero-gui
 | 
					(define-public monero-gui
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "monero-gui")
 | 
					    (name "monero-gui")
 | 
				
			||||||
    (version "0.17.1.9")
 | 
					    (version "0.17.2.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -779,7 +779,7 @@ the Monero command line client and daemon.")
 | 
				
			||||||
           (delete-file-recursively "monero")
 | 
					           (delete-file-recursively "monero")
 | 
				
			||||||
           #t))
 | 
					           #t))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "0vpvpvsbbj547yir15g84qy9l9lwbip795zlliz79i7d66l23b1w"))))
 | 
					        (base32 "17il26gh0g69x7lqkyb461x1712959wajg3iadx0p08djr3m13mf"))))
 | 
				
			||||||
    (build-system qt-build-system)
 | 
					    (build-system qt-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(,@(package-native-inputs monero)
 | 
					     `(,@(package-native-inputs monero)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue