aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2025-03-15 15:06:43 +0900
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2025-03-17 20:55:38 +0900
commitfca507c8f460fbbb7b5bdbae714d930063554b05 (patch)
treefe1b057daa958656fb2b2f8a1c06eaf40db3762e
parentfec2fb89bb5dacc14ec619cd569278af34867e3d (diff)
downloadguix-fca507c8f460fbbb7b5bdbae714d930063554b05.tar.gz
guix-fca507c8f460fbbb7b5bdbae714d930063554b05.zip
gnu: virglrenderer: Update to 1.1.0.
* gnu/packages/spice.scm (virglrenderer): Update to 1.1.0. Change-Id: I85b7eabdfb43e540ef39017c34b68b6ba1062bd8
-rw-r--r--gnu/packages/spice.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm
index 4dc8244961..b3b2315c7f 100644
--- a/gnu/packages/spice.scm
+++ b/gnu/packages/spice.scm
@@ -90,7 +90,7 @@ different (virtual) machine than the one to which the USB device is attached.")
(define-public virglrenderer
(package
(name "virglrenderer")
- (version "1.0.1")
+ (version "1.1.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -99,7 +99,7 @@ different (virtual) machine than the one to which the USB device is attached.")
(file-name (git-file-name name version))
(sha256
(base32
- "0xw2qk8557gqpm1ssgk3ccshgljm6sh3wbbwpsp9cl0h4hdf2wq2"))))
+ "0cw3a0xkmlkc5a0yydbcyvr1hhxm0x6msn8d4pf1q4ck4q97ff3q"))))
(build-system meson-build-system)
(inputs (list libepoxy mesa))
(native-inputs (list pkg-config python))