diff options
author | Navid Afkhami <[email protected]> | 2024-12-12 09:53:32 +0000 |
---|---|---|
committer | Liliana Marie Prikler <[email protected]> | 2025-03-02 20:31:38 +0100 |
commit | f643c07ffe69279ffe5d9c8b1af5a11f2fae02ed (patch) | |
tree | 4cd71cfd2153917ef468e3cd07dde19aeaf0446e | |
parent | 392cbb9181663b5a8ca0e1bbab73f489b0b4b24e (diff) |
gnu: gdk-pixbuf: Update to 2.42.12.
* gnu/packages/gtk.scm (gdk-pixbuf): Update to 2.42.12.
Change-Id: I312c353ccd2d8cb28485284c9e207ffc001f1b57
Signed-off-by: Liliana Marie Prikler <[email protected]>
-rw-r--r-- | gnu/packages/gtk.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 234ff9fb83..933d1e6a7f 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -720,7 +720,7 @@ highlighting and other features typical of a source code editor.") (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 "/" @@ -728,7 +728,7 @@ highlighting and other features typical of a source code editor.") name "-" version ".tar.xz")) (sha256 (base32 - "0jz4kziz5lirnjjvbspbqzsigk8vnqknng1fga89d81vs5snr6zf")))) + "1iz392vrlrnb92hrak697bgndsbkrcxhqxilxn6f99xr8ls5nl5r")))) (build-system meson-build-system) (outputs '("out" "debug")) (arguments |