diff options
author | Jelle Licht <jlicht@fsfe.org> | 2025-08-05 11:00:00 +0200 |
---|---|---|
committer | Jelle Licht <jlicht@fsfe.org> | 2025-08-05 11:00:00 +0200 |
commit | e301bab9b1909857902f860aa529b24f9dde0eb1 (patch) | |
tree | 5979d20c33f72010d289b508688eda23e21524ff | |
parent | b5f43404ef9c79220b355e835481749587751512 (diff) |
nongnu: gmmlib: Update to 22.8.0.
* nongnu/packages/video.scm (gmmlib): Update to 22.8.0.
-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 9fa514b..2cdb0ce 100644 --- a/nongnu/packages/video.scm +++ b/nongnu/packages/video.scm @@ -80,7 +80,7 @@ (define-public gmmlib (package (name "gmmlib") - (version "22.7.2") + (version "22.8.0") (source (origin (method git-fetch) (uri (git-reference @@ -89,7 +89,7 @@ (file-name (git-file-name name version)) (sha256 (base32 - "0ijvcmg33mmhc4sr76qgwbiacpnzbja7lh9fnm0scf8vysydlnjd")))) + "0d52q2m0x4ys2w8b75q0hgn23q9474a5mj0xb6fmnw69a5gha5p6")))) (build-system cmake-build-system) (arguments ;; Tests are run as part of the normal build step |