guix-commits
[Top][All Lists]
Advanced

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

branch staging updated: gnu: imlib2: Update to 1.9.1.


From: guix-commits
Subject: branch staging updated: gnu: imlib2: Update to 1.9.1.
Date: Sun, 28 Aug 2022 06:30:10 -0400

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

efraim pushed a commit to branch staging
in repository guix.

The following commit(s) were added to refs/heads/staging by this push:
     new 5bfe389a6e gnu: imlib2: Update to 1.9.1.
5bfe389a6e is described below

commit 5bfe389a6eb7727994b802d2aa8737c16fd78057
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Aug 28 12:17:21 2022 +0300

    gnu: imlib2: Update to 1.9.1.
    
    * gnu/packages/image.scm (imlib2): Update to 1.9.1.
---
 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 c31688d045..752b7f80ca 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -978,7 +978,7 @@ Metafile}, and @acronym{EMF+, Enhanced Metafile Plus} 
files.")
 (define-public imlib2
   (package
     (name "imlib2")
-    (version "1.9.0")
+    (version "1.9.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -986,7 +986,7 @@ Metafile}, and @acronym{EMF+, Enhanced Metafile Plus} 
files.")
                     "/imlib2-" version ".tar.xz"))
               (sha256
                (base32
-                "0l662h74i3mzl5ligj1352rf8bf48drasj97wygr2037gk5fijas"))))
+                "0hsdfs7wa5f7fwb5nfgqzvf29bp59rgy0i0c4m6mvgpzpww408ja"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags (list "--disable-static")))



reply via email to

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