GNU bug report logs -
#77055
[PATCH] gnu: ghex: Update to 46.2
Previous Next
Reported by: Noé Lopez <noe <at> xn--no-cja.eu>
Date: Sun, 16 Mar 2025 16:37:02 UTC
Severity: normal
Tags: patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: Noé Lopez <noelopez <at> 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(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 7705ba0513..afed194d0e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -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.")
base-commit: f9726d5498e63a433fdd3398a4439089072482d5
--
2.48.1
This bug report was last modified 120 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.