me
/
guix
Archived
1
0
Fork 0

gnu: alembic: Update to 1.8.4.

* gnu/packages/graphics.scm (alembic): Update to 1.8.4.
master
Tobias Geerinckx-Rice 2022-12-11 01:00:01 +01:00
parent 269dcdd304
commit ceeef9a923
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -957,7 +957,7 @@ other vector formats such as:
(define-public alembic
(package
(name "alembic")
(version "1.8.3")
(version "1.8.4")
(source
(origin
(method git-fetch)
@ -966,7 +966,7 @@ other vector formats such as:
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0glfx3cm7r8zn3cn7j4x4ch1ab6igfis0i2lcy23jc56q87r8yj2"))))
(base32 "04cvzr87zqx55si4j3dqiidbmfx92ja3mc1dj0v6ddvl0cwj3m7i"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags (list "-DUSE_HDF5=ON")))