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.7.1.


From: guix-commits
Subject: branch staging updated: gnu: imlib2: Update to 1.7.1.
Date: Fri, 11 Dec 2020 05:22:23 -0500

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 bdfdb9d  gnu: imlib2: Update to 1.7.1.
bdfdb9d is described below

commit bdfdb9d79d83c806ea59a9bdd99b5a786d14999c
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Fri Dec 11 12:07:15 2020 +0200

    gnu: imlib2: Update to 1.7.1.
    
    * gnu/packages/image.scm (imlib2): Update to 1.7.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 750be16..b86b913 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -976,7 +976,7 @@ Metafile}, and @acronym{EMF+, Enhanced Metafile Plus} 
files.")
 (define-public imlib2
   (package
     (name "imlib2")
-    (version "1.7.0")
+    (version "1.7.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -984,7 +984,7 @@ Metafile}, and @acronym{EMF+, Enhanced Metafile Plus} 
files.")
                     "/imlib2-" version ".tar.bz2"))
               (sha256
                (base32
-                "0zdk4afdrrr1539f2q15zja19j4wwfmpswzws2ffgflcnhywlxhr"))))
+                "01y45cdml2dr9cqgybrgxr86sd77d1qfa1gzclzy1j6bkminlfh3"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags (list "--disable-static")))



reply via email to

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