summaryrefslogtreecommitdiff
path: root/gnu/packages/graphics.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-09-14 01:41:32 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-09-18 23:16:21 +0200
commitd2979e59f05a729de12e549e11e91dfa3cb98c89 (patch)
tree5208b94feb5b2d53cd6c58b3091d2491fc77c64f /gnu/packages/graphics.scm
parenteb6593cec4b0cedef44bf156e2e6727ead82006c (diff)
downloadguix-patches-d2979e59f05a729de12e549e11e91dfa3cb98c89.tar
guix-patches-d2979e59f05a729de12e549e11e91dfa3cb98c89.tar.gz
gnu: goxel: Update to 0.10.8.
* gnu/packages/graphics.scm (goxel): Update to 0.10.8.
Diffstat (limited to 'gnu/packages/graphics.scm')
-rw-r--r--gnu/packages/graphics.scm4
1 files 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