gnu: vulkan-memory-allocator: Update to 3.3.0.

* gnu/packages/vulkan.scm (vulkan-memory-allocator)[arguments]: Use
G-Expressions.

Change-Id: I17030138801cb6d1b17cb849275dc0a0269daf4d
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
This commit is contained in:
Cayetano Santos 2025-08-25 09:40:26 +02:00 committed by Maxim Cournoyer
parent 5f362b47ad
commit ce4f4a52aa
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -717,7 +717,7 @@ skipping loader dispatch overhead.")
(define-public vulkan-memory-allocator (define-public vulkan-memory-allocator
(package (package
(name "vulkan-memory-allocator") (name "vulkan-memory-allocator")
(version "3.2.1") (version "3.3.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -728,11 +728,9 @@ skipping loader dispatch overhead.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0y8ccx080bqrgv71ggixxpl57vc5znq55rnvl4v4srfkjxhz6yiy")))) "1qadyd9nir9ip176fsxvl91w60mnyvk07d5ihjlpqvl7rdbjmwac"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments (list #:tests? #f)) ;no tests
;; no test
`(#:tests? #f))
(inputs (list vulkan-loader vulkan-headers)) (inputs (list vulkan-loader vulkan-headers))
(synopsis "Vulkan memory allocation library") (synopsis "Vulkan memory allocation library")
(description (description