From b2360d0f7b17011f6d109ecadccceae3828a7a7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9=20Lopez?= Date: Sun, 16 Mar 2025 17:36:08 +0100 Subject: [PATCH] gnu: ghex: Update to 46.2 * gnu/packages/gnome.scm (ghex): Update to 46.2. Change-Id: I04431525756292219c657d95936b39c0a62b4ac5 Signed-off-by: Maxim Cournoyer --- gnu/packages/gnome.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 67cbb0444a5ab692586b83357dee611f84d8191b..863c42a5b874fc5761e8bc1dde8300b9f03a05a0 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -12192,7 +12192,7 @@ micro-pauses and rest breaks, and restricts you to your daily limit.") (define-public ghex (package (name "ghex") - (version "42.3") + (version "46.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/ghex/" @@ -12200,7 +12200,7 @@ micro-pauses and rest breaks, and restricts you to your daily limit.") "ghex-" version ".tar.xz")) (sha256 (base32 - "1vsd6l78pymdrsgdgj7xhxyrf09j4w08zrbvs8qdn8a9na50zm5d")))) + "0c8zcsng3925sw3bxffyj4lczna389k7rzv2p0h0v9wpcfipdwm8")))) (build-system meson-build-system) (arguments '(#:glib-or-gtk? #t @@ -12221,7 +12221,8 @@ micro-pauses and rest breaks, and restricts you to your daily limit.") yelp-tools)) (inputs (list at-spi2-core - gtk)) + gtk + libadwaita)) (synopsis "GNOME hexadecimal editor") (description "The GHex program can view and edit files in two ways: hexadecimal or ASCII. It is useful for editing binary files in general.")