[bug#77055] gnu: ghex: Update to 46.2
Commit Message
From: Noé Lopez <noelopez@free.fr>
* gnu/packages/gnome.scm (ghex): Update to 46.2.
Change-Id: I04431525756292219c657d95936b39c0a62b4ac5
---
gnu/packages/gnome.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
base-commit: f9726d5498e63a433fdd3398a4439089072482d5
@@ -12192,7 +12192,7 @@ (define-public workrave
(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 @@ (define-public ghex
"ghex-" version ".tar.xz"))
(sha256
(base32
- "1vsd6l78pymdrsgdgj7xhxyrf09j4w08zrbvs8qdn8a9na50zm5d"))))
+ "0c8zcsng3925sw3bxffyj4lczna389k7rzv2p0h0v9wpcfipdwm8"))))
(build-system meson-build-system)
(arguments
'(#:glib-or-gtk? #t
@@ -12221,7 +12221,8 @@ (define-public ghex
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.")