gnu: mate-menus: Update to 1.24.1.
* gnu/packages/mate.scm (mate-menus): Update to 1.24.1. [source]: Hard-code NAME.
This commit is contained in:
		
							parent
							
								
									870e12b51f
								
							
						
					
					
						commit
						723e99faba
					
				
					 1 changed files with 3 additions and 4 deletions
				
			
		|  | @ -488,15 +488,14 @@ MATE desktop environment.") | |||
| (define-public mate-menus | ||||
|   (package | ||||
|     (name "mate-menus") | ||||
|     (version "1.24.0") | ||||
|     (version "1.24.1") | ||||
|     (source | ||||
|      (origin | ||||
|        (method url-fetch) | ||||
|        (uri (string-append "mirror://mate/" (version-major+minor version) "/" | ||||
|                            name "-" version ".tar.xz")) | ||||
|                            "mate-menus-" version ".tar.xz")) | ||||
|        (sha256 | ||||
|         (base32 | ||||
|          "1vv4j38h7mrbfrsj99k25z6y7b5dg30fzd2qnhk7pl8ca8s1jhrd")))) | ||||
|         (base32 "17zc9fn14jykhn30z8iwlw0qwk32ivj6gxgww3xrqvqk0da5yaas")))) | ||||
|     (build-system gnu-build-system) | ||||
|     (arguments | ||||
|      `(#:phases | ||||
|  |  | |||
		Reference in a new issue