diff options
| author | Andy Tai <atai@atai.org> | 2025-12-21 17:22:20 -0800 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2025-12-22 10:33:29 +0100 |
| commit | 1dfcd17b4df886891b6eae9e5ae3dcbbefc9594f (patch) | |
| tree | 63401a3d8046a8451e238fd509b9464c528f9efb /gnu/packages/graphics.scm | |
| parent | 7a4de7a90094d5fe2bfb788023c0dd277901dca7 (diff) | |
gnu: monado: update to 25.1.0.
* gnu/packages/graphics.scm (monado): Update to 25.1.0.
Change-Id: Idd4bc66f1fd03fb9805647424dec0d5cda8bc123
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
Diffstat (limited to 'gnu/packages/graphics.scm')
| -rw-r--r-- | gnu/packages/graphics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index a4b2ed69fb0..198e093c372 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -2948,7 +2948,7 @@ and enables interoperable use of content across the industry.") (define-public monado (package (name "monado") - (version "25.0.0") + (version "25.1.0") (source (origin (method git-fetch) (uri (git-reference @@ -2957,7 +2957,7 @@ and enables interoperable use of content across the industry.") (file-name (git-file-name name version)) (sha256 (base32 - "0h4ivjqdj1qisgp1b49h3aqqjlrbd5najyd1vrhskdlz1yzz252p")))) + "09bmcqr01kakhzc26r2kmlqd1l3hqr33360qrrpmiy6mlgpsci45")))) (build-system cmake-build-system) (inputs (list ffmpeg |
