diff options
author | Jelle Licht <jlicht@fsfe.org> | 2025-03-14 13:54:04 +0100 |
---|---|---|
committer | Jelle Licht <jlicht@fsfe.org> | 2025-03-14 13:54:04 +0100 |
commit | ca4bcb1af94ea17b267a30eecf2db341c0690025 (patch) | |
tree | f87fc8d591ed04474d441ef82de3b6d1107473f9 /nongnu/packages/video.scm | |
parent | 944619c1947ba59823f4ad6d8b13842b7e162d76 (diff) |
nongnu: gmmlib: Update to 22.7.0.
* nongnu/packages/video.scm (gmmlib): Update to 22.7.0.
Diffstat (limited to 'nongnu/packages/video.scm')
-rw-r--r-- | nongnu/packages/video.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nongnu/packages/video.scm b/nongnu/packages/video.scm index 72d2892..9d19034 100644 --- a/nongnu/packages/video.scm +++ b/nongnu/packages/video.scm @@ -50,7 +50,7 @@ (define-public gmmlib (package (name "gmmlib") - (version "22.3.19") + (version "22.7.0") (source (origin (method git-fetch) (uri (git-reference @@ -59,7 +59,7 @@ (file-name (git-file-name name version)) (sha256 (base32 - "0p3wp6xcvpb4jzw4fsf6554qy91iblmq9y50ph3iy29m19q6nznb")))) + "0p7zalcydk00csnklhabv6sd6iv42b8gfnnpw2rq2h8gm98vl7j9")))) (build-system cmake-build-system) (arguments ;; Tests are run as part of the normal build step |