mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: flatpak: Update to 1.12.6.
* gnu/packages/package-management.scm (flatpak): Update to 1.12.6.
This commit is contained in:
parent
0306cdd8f5
commit
85a5110de7
1 changed files with 2 additions and 2 deletions
|
@ -1790,14 +1790,14 @@ (define-public libostree
|
|||
(define-public flatpak
|
||||
(package
|
||||
(name "flatpak")
|
||||
(version "1.12.5")
|
||||
(version "1.12.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/flatpak/flatpak/releases/download/"
|
||||
version "/flatpak-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0v0n0s134gqv27n88hqxq8bljys3gv8yh7h18kkgzgf1n2qa1d0w"))
|
||||
(base32 "09qnh4x1cm22gj1dz7pkpjg8kwgfd1blidcr60bybk4ibd8cn0pg"))
|
||||
(patches (search-patches "flatpak-fix-path.patch"))))
|
||||
|
||||
;; Wrap 'flatpak' so that GIO_EXTRA_MODULES is set, thereby allowing GIO to
|
||||
|
|
Loading…
Reference in a new issue