guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: goxel: Update to 0.10.8.


From: guix-commits
Subject: 01/04: gnu: goxel: Update to 0.10.8.
Date: Sat, 18 Sep 2021 17:17:47 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d2979e59f05a729de12e549e11e91dfa3cb98c89
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Sep 14 01:41:32 2021 +0200

    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 38feb27..3f2be57 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



reply via email to

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