~ruther/guix-local

7c517e597b0c1e4d27fd6a490a276b42676b82fa — Cayetano Santos 8 months ago 81e8481
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>
1 files changed, 3 insertions(+), 5 deletions(-)

M gnu/packages/vulkan.scm
M gnu/packages/vulkan.scm => gnu/packages/vulkan.scm +3 -5
@@ 717,7 717,7 @@ skipping loader dispatch overhead.")
(define-public vulkan-memory-allocator
  (package
    (name "vulkan-memory-allocator")
    (version "3.2.1")
    (version "3.3.0")
    (source
     (origin
       (method git-fetch)


@@ 728,11 728,9 @@ skipping loader dispatch overhead.")
       (file-name (git-file-name name version))
       (sha256
        (base32
         "0y8ccx080bqrgv71ggixxpl57vc5znq55rnvl4v4srfkjxhz6yiy"))))
         "1qadyd9nir9ip176fsxvl91w60mnyvk07d5ihjlpqvl7rdbjmwac"))))
    (build-system cmake-build-system)
    (arguments
     ;; no test
     `(#:tests? #f))
    (arguments (list #:tests? #f))      ;no tests
    (inputs (list vulkan-loader vulkan-headers))
    (synopsis "Vulkan memory allocation library")
    (description