guix_mirror_bot pushed a commit to branch master
in repository guix.
commit f06eecec996b4af593fe6ee14fbb2e2ffe0829c1
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Wed Jul 23 11:47:15 2025 +0900
gnu: dia: Update to 0.97.3-6.c99c6e2, reinstating tests.
* gnu/packages/gnome.scm (dia): Update to 0.97.3-6.c99c6e2.
[#:tests?]: Delete.
Change-Id: Ia38098505521eab9efda462299fbd9131978d102
---
gnu/packages/gnome.scm | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8e9ec6f1b3..3a02945f11 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -39,7 +39,7 @@
;;; Copyright © 2019, 2024, 2025 Giacomo Leidi <[email protected]>
;;; Copyright © 2019 Jelle Licht <[email protected]>
;;; Copyright © 2019 Jonathan Frederickson <[email protected]>
-;;; Copyright © 2019-2025 Maxim Cournoyer <[email protected]>
+;;; Copyright © 2019-2025 Maxim Cournoyer <[email protected]>
;;; Copyright © 2019, 2020 Martin Becze <[email protected]>
;;; Copyright © 2019 David Wilson <[email protected]>
;;; Copyright © 2019, 2020 Raghav Gururajan <[email protected]>
@@ -2036,8 +2036,8 @@ and system administrators.")
(define-public dia
;; There are no recent releases; use the latest commit from the master
;; branch.
- (let ((commit "ac4954a1f5ab5bfbde77534daa05cf4495c0b5e6")
- (revision "5"))
+ (let ((commit "c99c6e2c85ce28e82a89384a83800d6efb91dfb1")
+ (revision "6"))
(package
(name "dia")
(version (git-version "0.97.3" revision commit))
@@ -2049,13 +2049,10 @@ and system administrators.")
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "0n2sp0nkgwvwc7va85qqlamlgvkqfbybc29svj4mibaz9qn8hvhm"))))
+ (base32 "11ak07pw1d9bgrkmpzlk287aphqscdnh4l36vc821v0srkas9335"))))
(build-system meson-build-system)
(arguments
(list
- ;; FIXME: 1/5 tests currently fail, possible due to
- ;; <https://gitlab.gnome.org/GNOME/dia/-/issues/569>.
- #:tests? #f
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'disable-gtk-update-icon-cache