gnu: flatpak: Update to 1.14.4.
* gnu/packages/package-management.scm (flatpak): Update to 1.14.4.
This commit is contained in:
		
							parent
							
								
									37664e1cec
								
							
						
					
					
						commit
						a08d3cba83
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -1901,14 +1901,14 @@ the boot loader configuration.") | ||||||
| (define-public flatpak | (define-public flatpak | ||||||
|   (package |   (package | ||||||
|     (name "flatpak") |     (name "flatpak") | ||||||
|     (version "1.14.3") |     (version "1.14.4") | ||||||
|     (source |     (source | ||||||
|      (origin |      (origin | ||||||
|        (method url-fetch) |        (method url-fetch) | ||||||
|        (uri (string-append "https://github.com/flatpak/flatpak/releases/download/" |        (uri (string-append "https://github.com/flatpak/flatpak/releases/download/" | ||||||
|                            version "/flatpak-" version ".tar.xz")) |                            version "/flatpak-" version ".tar.xz")) | ||||||
|        (sha256 |        (sha256 | ||||||
|         (base32 "1gpfax92kpchmbr3cp1w0cw5xjdwv11i1g3g9hp8akc9rc64gw2r")) |         (base32 "16b7f7n2mms6zgm0lj3fn86ny11xjn8cd3mrk1slwhvwnv8dnd4a")) | ||||||
|        (patches |        (patches | ||||||
|         (search-patches "flatpak-fix-path.patch" |         (search-patches "flatpak-fix-path.patch" | ||||||
|                         "flatpak-unset-gdk-pixbuf-for-sandbox.patch")))) |                         "flatpak-unset-gdk-pixbuf-for-sandbox.patch")))) | ||||||
|  |  | ||||||
		Reference in a new issue