diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-08-20 09:11:57 +0200 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-09-06 21:47:56 +0200 |
commit | b18f30d524008c293212945f0131102b3603fc5f (patch) | |
tree | 2bfeded8ea1a87d6ab1defdbd6ea9253271ec351 | |
parent | f29be169fbd994b5e8a5f62e942e09e2847af745 (diff) |
gnu: gnome-desktop: Update to 44.0.
* gnu/packages/gnome.scm (gnome-desktop): Update to 44.0.
-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 557a22cad2..46a564e428 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2191,7 +2191,7 @@ offline sources, providing a centralized place for managing your contacts.") (define-public gnome-desktop (package (name "gnome-desktop") - (version "42.4") + (version "44.0") (source (origin (method url-fetch) @@ -2200,7 +2200,7 @@ offline sources, providing a centralized place for managing your contacts.") name "-" version ".tar.xz")) (sha256 (base32 - "09ddr5fzhh02fcn7xl1wy18qfsdqryd5msl2nbhdnsbr0vawkqhw")))) + "0hlxqprraiwnccf98dykbhx80j31c3scdi7i3jy19fl4bms77is2")))) (build-system meson-build-system) (arguments '(#:phases |