[PATCH] chore: update gdk-pixbuf to version 2.42.12

  • Done
  • quality assurance status badge
Details
2 participants
  • Liliana Marie Prikler
  • Navid Afkhami
Owner
unassigned
Submitted by
Navid Afkhami
Severity
normal
N
N
Navid Afkhami wrote on 12 Dec 10:53 +0100
(address . guix-patches@gnu.org)(name . Navid Afkhami)(address . navid.afkhami@mdc-berlin.de)
433d90dc7de8338e904fb19c15bcabe4eb267879.1733997212.git.navid.afkhami@mdc-berlin.de
- 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(-)

Toggle diff (26 lines)
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
L
L
Liliana Marie Prikler wrote on 13 Dec 13:15 +0100
a71b1d075055f9c26b3bc8add51d0fc315b2679b.camel@gmail.com
Am Donnerstag, dem 12.12.2024 um 09:53 +0000 schrieb Navid Afkhami:
Toggle quote (4 lines)
> - Updated from version 2.42.10 to 2.42.12
> - Includes the latest improvements and bug fixes
>
> Change-Id: I312c353ccd2d8cb28485284c9e207ffc001f1b57
Pushed to gnome-team as b32926f0d795fc244b471fa5c1785350aec1afb3,
please note the changes in the commit message to conform with Guix'
ChangeLog style.

Cheers
Closed
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 74816@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 74816
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch