guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/24: gnu: blueprint-compiler: Update to 0.14.0.


From: guix-commits
Subject: 02/24: gnu: blueprint-compiler: Update to 0.14.0.
Date: Fri, 22 Nov 2024 04:14:12 -0500 (EST)

lilyp pushed a commit to branch gnome-team
in repository guix.

commit 4691a7f6496dfee128fd95b3eaf75a27813abf9c
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
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 5cda9be860..daf40ae55a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3334,7 +3334,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
@@ -3344,7 +3344,7 @@ the GNOME desktop environment.")
               (file-name (string-append name "-" version "-checkout"))
               (sha256
                (base32
-                "15cm2bksmygf8sifryrawxxblvvw27p4w3m42gvp3jlq50a15xm6"))))
+                "0day3ayf6nji86jxcimf1qgim3c7li08jsgbdh4ahbbv4g2d6im6"))))
     (build-system meson-build-system)
     (arguments
      (list
@@ -3367,7 +3367,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 _



reply via email to

[Prev in Thread] Current Thread [Next in Thread]