summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoĆ© Lopez <[email protected]>2025-03-16 17:36:08 +0100
committerMaxim Cournoyer <[email protected]>2025-03-20 12:03:36 +0900
commitb2360d0f7b17011f6d109ecadccceae3828a7a7d (patch)
tree0c2f3b4bf48af34ba153c09846a5ecd7f7e526f4
parent6a6b1dbe01dd7bd0cf976b64a6b1b3b48ce5d608 (diff)
gnu: ghex: Update to 46.2
* gnu/packages/gnome.scm (ghex): Update to 46.2. Change-Id: I04431525756292219c657d95936b39c0a62b4ac5 Signed-off-by: Maxim Cournoyer <[email protected]>
-rw-r--r--gnu/packages/gnome.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 67cbb0444a..863c42a5b8 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.")