guix-commits
[Top][All Lists]
Advanced

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

109/117: gnu: gdk-pixbuf: Update to 2.42.4.


From: guix-commits
Subject: 109/117: gnu: gdk-pixbuf: Update to 2.42.4.
Date: Tue, 23 Mar 2021 19:26:07 -0400 (EDT)

lle_bout pushed a commit to branch wip-gnome-40
in repository guix.

commit daa12066b536e2d6b65c8c365f9862006f7f9efc
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Tue Mar 23 20:56:40 2021 +0100

    gnu: gdk-pixbuf: Update to 2.42.4.
    
    * gnu/packages/gtk.scm (gdk-pixbuf): Update to 2.42.4.
---
 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 ea7aa4d..80e8404 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -557,7 +557,7 @@ highlighting and other features typical of a source code 
editor.")
 (define-public gdk-pixbuf
   (package
    (name "gdk-pixbuf")
-   (version "2.42.2")
+   (version "2.42.4")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnome/sources/" name "/"
@@ -565,7 +565,7 @@ highlighting and other features typical of a source code 
editor.")
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "05ggmzwvrxq9w4zcvmrnnd6qplsmb4n95lj4q607c7arzlf6mil3"))))
+              "0k9f9177qxaryaxprwrhqnv5p2gdq4a8i6y05gm98qa8izc5v77y"))))
    (build-system meson-build-system)
    (arguments
     `(#:meson ,meson-0.55



reply via email to

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