nongnu: gmmlib: Update to 22.3.9.

* nongnu/packages/video.scm (gmmlib): Update to 22.3.9.
This commit is contained in:
Jelle Licht 2023-07-30 14:37:16 +02:00
parent 82506af32f
commit 2edf880c65
No known key found for this signature in database
GPG key ID: DA4597F947B41025

View file

@ -13,7 +13,7 @@
(define-public gmmlib (define-public gmmlib
(package (package
(name "gmmlib") (name "gmmlib")
(version "22.3.3") (version "22.3.9")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -22,7 +22,7 @@
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0rbbzqpxgqklgdmbl7wjyblylm1g0jan3552scbi12z31bvq2442")))) "0m88lxlqqs5wdk4icf2ahbigr0q87j1c0damq7q0r55h72pf6zyv"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
;; Tests are run as part of the normal build step ;; Tests are run as part of the normal build step