1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-26 04:00:30 +02:00

gnu: OpenImageIO: Use the correct source hash.

This is a followup to commit 5fda088fb1

* gnu/packages/graphics.scm (openimageio)[source]: Fix the hash.
This commit is contained in:
Leo Famulari
2023-04-23 20:32:46 -04:00
parent 5fda088fb1
commit 70117d55f5

View File

@@ -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