lilyp pushed a commit to branch gnome-team
in repository guix.
commit 1430482ca0b091f5b334b946dedc6d25ac94a8a2
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Tue Oct 29 10:36:47 2024 +0100
gnu: blueprint-compiler: Update to 0.14.0.
* gnu/packages/gnome.scm (blueprint-compiler): Update to 0.14.0.
[#:phases]<fix-tests>: Adjust accordingly.
---
gnu/packages/gnome.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 808df68545..3509b72e56 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3340,7 +3340,7 @@ the GNOME desktop environment.")
(define-public blueprint-compiler
(package
(name "blueprint-compiler")
- (version "0.12.0")
+ (version "0.14.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3350,7 +3350,7 @@ the GNOME desktop environment.")
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
- "15cm2bksmygf8sifryrawxxblvvw27p4w3m42gvp3jlq50a15xm6"))))
+ "0day3ayf6nji86jxcimf1qgim3c7li08jsgbdh4ahbbv4g2d6im6"))))
(build-system meson-build-system)
(arguments
(list
@@ -3373,7 +3373,7 @@ the GNOME desktop environment.")
(dump-port in out)
(newline out)
(display
- "9,3,12,signal Gtk.Window::keys-changed () is deprecated\n"
+ "8,3,12,signal Gtk.Window::keys-changed () is deprecated\n"
out)))))
(add-before 'check 'pre-check
(lambda _