diff options
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 |