diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-12-23 00:38:42 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-12-23 00:54:49 +0100 |
commit | f6167cfbc35898ded87d7d82f10a0ee785af5360 (patch) | |
tree | a8245798ebbc7701630b5d43fb260a13a15ce795 /gnu/packages/graphics.scm | |
parent | 726d2df2f3014c5130069055c2c3b20bf5bba814 (diff) |
gnu: goxel: Update to 0.10.7.
* gnu/packages/graphics.scm (goxel): Update to 0.10.7.
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 7a61084f24..def3dc6913 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -619,7 +619,7 @@ OpenGL 3. It is retained for use with older computers.") (define-public goxel (package (name "goxel") - (version "0.10.6") + (version "0.10.7") (source (origin (method git-fetch) (uri (git-reference @@ -628,7 +628,7 @@ OpenGL 3. It is retained for use with older computers.") (file-name (git-file-name name version)) (sha256 (base32 - "1wmxy5wfk1xrqgz0y0zcr4vkddylqc70cv4vzk117x6whjnldsm3")))) + "1v6m6nhl1if8ik5bmblhq46bip6y2qz18a04s8a9awb4yh9ls039")))) (build-system gnu-build-system) (arguments '(#:tests? #f |