[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#77055] [PATCH] gnu: ghex: Update to 46.2
From: |
Noé Lopez |
Subject: |
[bug#77055] [PATCH] gnu: ghex: Update to 46.2 |
Date: |
Sun, 16 Mar 2025 17:36:08 +0100 |
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(-)
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug#77055] [PATCH] gnu: ghex: Update to 46.2,
Noé Lopez <=