diff options
| author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2024-07-15 22:43:24 +0200 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-03-02 20:31:27 +0100 |
| commit | 7c7354614406d581dc0f2c81959665dd352b6003 (patch) | |
| tree | 96a48270d964e51a120d5ed573514acc98ad58bd /gnu | |
| parent | 2f23ab07374fa92ae7e86eb98455b0e863c82c8f (diff) | |
gnu: gnome-disk-utility: Update to 46.0.
* gnu/packages/gnome.scm (gnome-disk-utility): Update to 46.0.
Diffstat (limited to 'gnu')
| -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 a8ed6ed02ed..7b4ec7112a6 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2366,7 +2366,7 @@ The gnome-about program helps find which version of GNOME is installed.") (define-public gnome-disk-utility (package (name "gnome-disk-utility") - (version "44.0") + (version "46.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -2374,7 +2374,7 @@ The gnome-about program helps find which version of GNOME is installed.") name "-" version ".tar.xz")) (sha256 (base32 - "1vx3wyvidjyzr4141p3zrvgx88rp7vwj6n3sf7c3gnvci6bi00q2")))) + "0zcm0qfq40d0y84lm49d3jqhb4ji9qxf9grfmkqp2rvdiha4jij6")))) (build-system meson-build-system) (arguments `(#:configure-flags '("-Dlogind=libelogind") |
