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

andreas pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d0eb8a4b87 gnu: vigra-c: Update to 0.0.0-2.49f5319.
d0eb8a4b87 is described below

commit d0eb8a4b87bdb632d7451384e1dc44601f9bdc02
Author: Andreas Enge <[email protected]>
AuthorDate: Mon Mar 31 17:04:34 2025 +0200

    gnu: vigra-c: Update to 0.0.0-2.49f5319.
    
    * gnu/packages/image.scm (vigra-c): Update to 0.0.0-2.49f5319.
    
    Change-Id: I938d0743a2c8aa06af522914e5e281d75b4e54ae
---
 gnu/packages/image.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 83b694b409..49bd9757f6 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -1448,8 +1448,8 @@ graphics image formats like PNG, BMP, JPEG, TIFF and 
others.")
      (properties '((max-silent-time . 7200)))))) ;2 hours, to avoid timing out
 
 (define-public vigra-c
-  (let* ((commit "66ff4fa5a7d4a77415caa676a45c2c6ea16562e7")
-         (revision "1"))
+  (let* ((commit "49f53191a12fe91d4e2fd177d22af167571c71d8")
+         (revision "2"))
     (package
       (name "vigra-c")
       (version (git-version "0.0.0" revision commit))
@@ -1461,7 +1461,7 @@ graphics image formats like PNG, BMP, JPEG, TIFF and 
others.")
                       (commit commit)))
                 (sha256
                  (base32
-                  "1pnd92s284dvsg8zp6md7p8ck55bmcsryz58gzic7jh6m72hg689"))
+                  "04ch1jhk4zjf1fpsyp8ldzjp8l9bx025zq0vskjx1clb3ncn305x"))
                 (file-name (git-file-name name version))))
       (build-system cmake-build-system)
       (arguments

Reply via email to