diff options
author | Jelle Licht <jlicht@fsfe.org> | 2025-03-14 13:54:04 +0100 |
---|---|---|
committer | Jelle Licht <jlicht@fsfe.org> | 2025-03-17 13:59:49 +0100 |
commit | 78b85ad0e1f2e9fe810e6d2b18ccad233a22387a (patch) | |
tree | cd330da1513d5c968acfb47e4a580ee3768478b3 /nongnu/packages | |
parent | ac1f7b074ea47e8a330e3475732c2e905928df35 (diff) |
nongnu: gmmlib: Update to 22.7.0.
* nongnu/packages/video.scm (gmmlib): Update to 22.7.0.
Diffstat (limited to 'nongnu/packages')
-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 |