guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: imlib2: Update to 1.10.0.


From: guix-commits
Subject: branch core-updates updated: gnu: imlib2: Update to 1.10.0.
Date: Wed, 21 Dec 2022 15:05:17 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 877b5038cc gnu: imlib2: Update to 1.10.0.
877b5038cc is described below

commit 877b5038cc329138dcae15e18d468b1e0a85df03
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Dec 21 22:01:42 2022 +0200

    gnu: imlib2: Update to 1.10.0.
    
    * gnu/packages/image.scm (imlib2): Update to 1.10.0.
---
 gnu/packages/image.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index f669f97c40..b5fe5d2340 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -966,7 +966,7 @@ Metafile}, and @acronym{EMF+, Enhanced Metafile Plus} 
files.")
 (define-public imlib2
   (package
     (name "imlib2")
-    (version "1.9.1")
+    (version "1.10.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -974,7 +974,7 @@ Metafile}, and @acronym{EMF+, Enhanced Metafile Plus} 
files.")
                     "/imlib2-" version ".tar.xz"))
               (sha256
                (base32
-                "0hsdfs7wa5f7fwb5nfgqzvf29bp59rgy0i0c4m6mvgpzpww408ja"))))
+                "1fnbh6vj0d9l1c2bzw9psxh3wnlbr1nlfzi16w60hp48gj9ilz3j"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags (list "--disable-static")))



reply via email to

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