nongnu: gmmlib: Update to 22.7.0.

* nongnu/packages/video.scm (gmmlib): Update to 22.7.0.
This commit is contained in:
Jelle Licht 2025-03-14 13:54:04 +01:00
parent 944619c194
commit ca4bcb1af9
No known key found for this signature in database
GPG key ID: DA4597F947B41025

View file

@ -50,7 +50,7 @@
(define-public gmmlib (define-public gmmlib
(package (package
(name "gmmlib") (name "gmmlib")
(version "22.3.19") (version "22.7.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -59,7 +59,7 @@
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0p3wp6xcvpb4jzw4fsf6554qy91iblmq9y50ph3iy29m19q6nznb")))) "0p7zalcydk00csnklhabv6sd6iv42b8gfnnpw2rq2h8gm98vl7j9"))))
(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