all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#74816] [PATCH] chore: update gdk-pixbuf to version 2.42.12
@ 2024-12-12  9:53 Navid Afkhami
  0 siblings, 0 replies; only message in thread
From: Navid Afkhami @ 2024-12-12  9:53 UTC (permalink / raw)
  To: 74816; +Cc: Navid Afkhami, Liliana Marie Prikler, Maxim Cournoyer,
	Vivien Kraus

- Updated from version 2.42.10 to 2.42.12
- Includes the latest improvements and bug fixes

Change-Id: I312c353ccd2d8cb28485284c9e207ffc001f1b57
---
 gnu/packages/gtk.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index ef1391e8ba..80749175e9 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -718,7 +718,7 @@ (define-public gtksourceview-3
 (define-public gdk-pixbuf
   (package
     (name "gdk-pixbuf")
-    (version "2.42.10")
+    (version "2.42.12")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -726,7 +726,7 @@ (define-public gdk-pixbuf
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0jz4kziz5lirnjjvbspbqzsigk8vnqknng1fga89d81vs5snr6zf"))))
+                "1iz392vrlrnb92hrak697bgndsbkrcxhqxilxn6f99xr8ls5nl5r"))))
     (build-system meson-build-system)
     (outputs '("out" "debug"))
     (arguments

base-commit: c2e2b0376b82a503e064fa826d1b153d94bf0b06
-- 
2.43.0





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-12-12  9:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-12  9:53 [bug#74816] [PATCH] chore: update gdk-pixbuf to version 2.42.12 Navid Afkhami

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.