diff options
author | Jelle Licht <jlicht@fsfe.org> | 2025-05-19 22:47:11 +0200 |
---|---|---|
committer | Jelle Licht <jlicht@fsfe.org> | 2025-05-19 22:47:56 +0200 |
commit | ee24a6e27cf12fba7aae26beca129d461802d566 (patch) | |
tree | d168a9dea890829dc9904b57ea1250f74c9d3243 /nongnu/packages | |
parent | 3f530e5b31460fd05a460bec45072201809d57fc (diff) |
nongnu: gmmlib: Update to 22.7.2.
* nongnu/packages/video.scm (gmmlib): Update to 22.7.2.
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 aeb712f..ab90d7f 100644 --- a/nongnu/packages/video.scm +++ b/nongnu/packages/video.scm @@ -56,7 +56,7 @@ (define-public gmmlib (package (name "gmmlib") - (version "22.7.0") + (version "22.7.2") (source (origin (method git-fetch) (uri (git-reference @@ -65,7 +65,7 @@ (file-name (git-file-name name version)) (sha256 (base32 - "0p7zalcydk00csnklhabv6sd6iv42b8gfnnpw2rq2h8gm98vl7j9")))) + "0ijvcmg33mmhc4sr76qgwbiacpnzbja7lh9fnm0scf8vysydlnjd")))) (build-system cmake-build-system) (arguments ;; Tests are run as part of the normal build step |