diff options
| author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2026-01-31 20:27:11 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-06 14:53:10 +0100 |
| commit | 9b3f1e9244df14ecc9cb7632aab1e18565bcaa8d (patch) | |
| tree | d4686da84d5d691f1b15a52fe53be443b832b036 | |
| parent | 43bb25763fca05d0c3fa6755f5c007948a8ccfcd (diff) | |
gnu: gnome-desktop: Update to 44.4.
* gnu/packages/gnome.scm (gnome-desktop): Update to 44.4.
| -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 66a6d873474..19a9f7f1094 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2181,7 +2181,7 @@ offline sources, providing a centralized place for managing your contacts.") (define-public gnome-desktop (package (name "gnome-desktop") - (version "44.0") + (version "44.4") (source (origin (method url-fetch) @@ -2190,7 +2190,7 @@ offline sources, providing a centralized place for managing your contacts.") name "-" version ".tar.xz")) (sha256 (base32 - "0hlxqprraiwnccf98dykbhx80j31c3scdi7i3jy19fl4bms77is2")))) + "1129nh32ga5vv869fwby3n2lvj2chd9wys8j1jdnisr8lg3bk30x")))) (build-system meson-build-system) (arguments '(#:phases |
