guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: OpenImageIO: Use the correct source ha


From: guix-commits
Subject: branch core-updates updated: gnu: OpenImageIO: Use the correct source hash.
Date: Sun, 23 Apr 2023 20:35:32 -0400

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

lfam 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 70117d55f5 gnu: OpenImageIO: Use the correct source hash.
70117d55f5 is described below

commit 70117d55f5c484e6f99fa8731af55ee997d851da
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Sun Apr 23 20:32:46 2023 -0400

    gnu: OpenImageIO: Use the correct source hash.
    
    This is a followup to commit 5fda088fb17f0f5ad5cbb47314bada5f25afdb68
    
    * gnu/packages/graphics.scm (openimageio)[source]: Fix the hash.
---
 gnu/packages/graphics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 8cd406842f..261fcf9547 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -1279,7 +1279,7 @@ with strong support for multi-part, multi-channel use 
cases.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1i9rpvgz15aj1yzbf5a9lqhlyakjs793yrw5gw720l84lcyigad7"))))
+                "0aicxbshzv1g9d8d08vsj1a9klaycxaifvvp565qjv70wyma2vkr"))))
     (build-system cmake-build-system)
     ;; FIXME: To run all tests successfully, test image sets from multiple
     ;; third party sources have to be present.  For details see



reply via email to

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