diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-09-14 01:41:32 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-09-18 23:16:21 +0200 |
commit | d2979e59f05a729de12e549e11e91dfa3cb98c89 (patch) | |
tree | 5208b94feb5b2d53cd6c58b3091d2491fc77c64f /gnu/packages | |
parent | eb6593cec4b0cedef44bf156e2e6727ead82006c (diff) | |
download | guix-d2979e59f05a729de12e549e11e91dfa3cb98c89.tar.gz guix-d2979e59f05a729de12e549e11e91dfa3cb98c89.zip |
gnu: goxel: Update to 0.10.8.
* gnu/packages/graphics.scm (goxel): Update to 0.10.8.
Diffstat (limited to 'gnu/packages')
-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 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 |