From d2979e59f05a729de12e549e11e91dfa3cb98c89 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Tue, 14 Sep 2021 01:41:32 +0200 Subject: gnu: goxel: Update to 0.10.8. * gnu/packages/graphics.scm (goxel): Update to 0.10.8. --- gnu/packages/graphics.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index 38feb27c87..3f2be5766c 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -699,7 +699,7 @@ OpenGL 3. It is retained for use with older computers.") (define-public goxel (package (name "goxel") - (version "0.10.7") + (version "0.10.8") (source (origin (method git-fetch) (uri (git-reference @@ -708,7 +708,7 @@ OpenGL 3. It is retained for use with older computers.") (file-name (git-file-name name version)) (sha256 (base32 - "1v6m6nhl1if8ik5bmblhq46bip6y2qz18a04s8a9awb4yh9ls039")))) + "0qvz566awhp03yp696fn3c80hnky41fpbi4sqg4lx69ibx4zvl9k")))) (build-system gnu-build-system) (arguments '(#:tests? #f -- cgit v1.2.3