guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/11: gnu: goxel: Update to 0.10.7.


From: guix-commits
Subject: 08/11: gnu: goxel: Update to 0.10.7.
Date: Tue, 22 Dec 2020 19:50:19 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit f6167cfbc35898ded87d7d82f10a0ee785af5360
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Dec 23 00:38:42 2020 +0100

    gnu: goxel: Update to 0.10.7.
    
    * gnu/packages/graphics.scm (goxel): Update to 0.10.7.
---
 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 7a61084..def3dc6 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]