[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 _
- 01/24: gnu: blueprint-compiler: Fix build., (continued)
- 01/24: gnu: blueprint-compiler: Fix build., guix-commits, 2024/11/22
- 05/24: gnu: glib-minimal: Fix deprecation warning., guix-commits, 2024/11/22
- 07/24: gnu: gstreamer: Update to 1.24.9., guix-commits, 2024/11/22
- 09/24: gnu: gst-plugins-good: Update to 1.24.9., guix-commits, 2024/11/22
- 08/24: gnu: gst-plugins-base: Update to 1.24.9., guix-commits, 2024/11/22
- 13/24: gnu: gst-editing-services: Update to 1.24.9., guix-commits, 2024/11/22
- 14/24: gnu: python-gst: Update to 1.24.9., guix-commits, 2024/11/22
- 17/24: gnu: gnome-vfs: Remove trailing #t., guix-commits, 2024/11/22
- 18/24: gnu: mjpegtools: Remove gtk+-2 input., guix-commits, 2024/11/22
- 19/24: gnu: libquicktime: Remove ffmpeg-4 and gtk+-2 inputs., guix-commits, 2024/11/22
- 02/24: gnu: blueprint-compiler: Update to 0.14.0.,
guix-commits <=
- 10/24: gnu: gst-plugins-bad: Update to 1.24.9., guix-commits, 2024/11/22
- 16/24: gnu: gst-plugins-espeak: Update to 0.6.0., guix-commits, 2024/11/22
- 15/24: gnu: gstreamer-docs: Update to 1.24.9., guix-commits, 2024/11/22
- 11/24: gnu: gst-plugins-ugly: Update to 1.24.9., guix-commits, 2024/11/22
- 20/24: gnu: libdbusmenu: Remove gtk+-2 input., guix-commits, 2024/11/22
- 12/24: gnu: gst-libav: Update to 1.24.9., guix-commits, 2024/11/22
- 21/24: gnu: libnice: Update to 0.1.22., guix-commits, 2024/11/22
- 24/24: gnu: orc: Update to 0.4.40., guix-commits, 2024/11/22
- 06/24: gnu: gi-docgen: Update to 2024.1., guix-commits, 2024/11/22
- 23/24: gnu: libvisual: Update to 0.4.2., guix-commits, 2024/11/22