guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: gdk-pixbuf: Update replacement to 2.36.3.


From: Mark H. Weaver
Subject: 01/01: gnu: gdk-pixbuf: Update replacement to 2.36.3.
Date: Mon, 9 Jan 2017 04:42:51 +0000 (UTC)

mhw pushed a commit to branch master
in repository guix.

commit 96404be814b98c8482529b9a8f764bbf3dc9bd43
Author: Mark H Weaver <address@hidden>
Date:   Sun Jan 8 21:42:25 2017 -0500

    gnu: gdk-pixbuf: Update replacement to 2.36.3.
    
    * gnu/packages/gtk.scm (gdk-pixbuf/fixed): Update to 2.36.3.
---
 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 f6583b7..0ce96cc 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -478,7 +478,7 @@ in the GNOME project.")
 (define gdk-pixbuf/fixed
   (package (inherit gdk-pixbuf)
     (name "gdk-pixbuf")
-    (version "2.36.2")
+    (version "2.36.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -486,7 +486,7 @@ in the GNOME project.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0p9jbns5crvkvrq5qbd4k2z6g0b10r507cnhmrq5kdb8gpb2l21s"))))
+                "1v1rssjd8p5s3lymsfhiq5mbs2pc0h1r6jd0asrwdbrign7i68sj"))))
     (replacement #f)))
 
 (define-syntax-rule (package/inherit p overrides ...)



reply via email to

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