diff options
author | Liliana Marie Prikler <[email protected]> | 2024-09-08 20:51:17 +0200 |
---|---|---|
committer | Liliana Marie Prikler <[email protected]> | 2025-03-02 20:31:32 +0100 |
commit | 1307b905a5e808e5fa51dedff75184e35d26734a (patch) | |
tree | 2651d15fd92e58ebc96d5171fcdabfbead58cb89 | |
parent | 585ab06ed3395e2ba2801db26b7f7515916e5ab8 (diff) |
gnu: xdg-desktop-portal-gnome: Update to 46.2.
* gnu/packages/gnome.scm (xdg-desktop-portal-gnome): Update to 46.2.
Reviewed-by: Maxim Cournoyer <[email protected]>
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index baf39c30a2..dc8b19e424 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -13328,7 +13328,7 @@ provided there is a DBus service present: (define-public xdg-desktop-portal-gnome (package (name "xdg-desktop-portal-gnome") - (version "44.2") + (version "46.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -13336,7 +13336,7 @@ provided there is a DBus service present: name "-" version ".tar.xz")) (sha256 (base32 - "08gznmr718na5p2j8fm7nim5862r2v0sjh68ql5yl0q356n1mvah")) + "1mhngp24k06i993kw6kzq0x8hwbbvkk3nq9s0cnm10w4bsi5ximm")) (snippet #~(begin (use-modules (guix build utils)) |