guix-commits
[Top][All Lists]
Advanced

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

branch core-updates-frozen updated: gnu: zimg: Update to 3.0.3.


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: zimg: Update to 3.0.3.
Date: Mon, 25 Oct 2021 10:34:08 -0400

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

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

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new cab17c1  gnu: zimg: Update to 3.0.3.
cab17c1 is described below

commit cab17c1c3744994f093d31b3a282cce7c6c5ed4f
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Mon Oct 25 13:58:57 2021 +0200

    gnu: zimg: Update to 3.0.3.
    
    * gnu/packages/image.scm (zimg): Update to 3.0.3.
---
 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 99852fc..fce2212 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -1456,7 +1456,7 @@ ISO/IEC 15444-1).")
 (define-public zimg
   (package
     (name "zimg")
-    (version "2.9.3")
+    (version "3.0.3")
     (source
       (origin
         (method git-fetch)
@@ -1465,7 +1465,7 @@ ISO/IEC 15444-1).")
               (commit (string-append "release-" version))))
         (file-name (git-file-name name version))
         (sha256
-         (base32 "1dqyrq3p8bkgvj4ci50ac342hjnhyz6xxvhiwp7wpi3v3nbj7s02"))))
+         (base32 "0pwgf1mybpa3fs13p6jryzm32vfldyql9biwaypqdcimlnlmyk20"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("autoconf" ,autoconf)



reply via email to

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