gnu: lxqt-themes: Update to 1.2.0.
* gnu/packages/lxqt.scm (lxqt-themes): Update to 1.2.0.
This commit is contained in:
		
							parent
							
								
									ddd7041d9f
								
							
						
					
					
						commit
						0a03e718d2
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -756,14 +756,14 @@ permissions of other users including root.") | ||||||
| (define-public lxqt-themes | (define-public lxqt-themes | ||||||
|   (package |   (package | ||||||
|     (name "lxqt-themes") |     (name "lxqt-themes") | ||||||
|     (version "1.1.0") |     (version "1.2.0") | ||||||
|     (source |     (source | ||||||
|      (origin |      (origin | ||||||
|        (method url-fetch) |        (method url-fetch) | ||||||
|        (uri (string-append "https://github.com/lxqt/" name "/releases/download/" |        (uri (string-append "https://github.com/lxqt/" name "/releases/download/" | ||||||
|                            version "/" name "-" version ".tar.xz")) |                            version "/" name "-" version ".tar.xz")) | ||||||
|        (sha256 |        (sha256 | ||||||
|         (base32 "18zrp2j0xpsrzy6m2dw8k55zczcc9jzavncasrp5j1dxscnzwrcr")))) |         (base32 "1w566l7xcqscnx5k4f59c2cp4hb4bf2lvqgd9lvdv7dd43qb848z")))) | ||||||
|     (build-system cmake-build-system) |     (build-system cmake-build-system) | ||||||
|     (native-inputs |     (native-inputs | ||||||
|      (list lxqt-build-tools)) |      (list lxqt-build-tools)) | ||||||
|  |  | ||||||
		Reference in a new issue