gnu: entt: Update to 3.7.1.

* gnu/packages/game-development.scm (entt): Update to 3.7.1.
This commit is contained in:
Tobias Geerinckx-Rice 2021-04-19 12:41:13 +02:00
parent f76cb6b6f4
commit d3480fbfaf
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1766,7 +1766,7 @@ (define-public godot
(define-public entt
(package
(name "entt")
(version "3.7.0")
(version "3.7.1")
(source (origin
(method git-fetch)
(uri (git-reference
@ -1775,7 +1775,7 @@ (define-public entt
(file-name (git-file-name name version))
(sha256
(base32
"0nzvnhiw3r6nkmxp749zwxc8kzja09nijyxibdbri3g2i7pysf58"))))
"151jg3m262xwaywl2rqnc90yr6p48rhmgi5mxyv6bwqvmfli2m5p"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags (list "-DENTT_BUILD_TESTING=ON"