diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-04 23:13:58 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-05 00:05:13 +0100 |
commit | 8d6813f98e944d6b3aed2ea89bb97e986be50244 (patch) | |
tree | fcd2039839683dad729440392f5424769ff3a525 /gnu/packages/gl.scm | |
parent | 77593a444fae42b2368f3ff11b4f76c40fed0e74 (diff) | |
download | patches-8d6813f98e944d6b3aed2ea89bb97e986be50244.tar patches-8d6813f98e944d6b3aed2ea89bb97e986be50244.tar.gz |
gnu: virtualgl: Update to 2.6.1.
* gnu/packages/gl.scm (virtualgl): Update to 2.6.1.
Diffstat (limited to 'gnu/packages/gl.scm')
-rw-r--r-- | gnu/packages/gl.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm index 37b8fce7cb..08ba3c8b8c 100644 --- a/gnu/packages/gl.scm +++ b/gnu/packages/gl.scm @@ -9,7 +9,7 @@ ;;; Copyright © 2017, 2018 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2017 Arun Isaac <arunisaac@systemreboot.net> ;;; Copyright © 2017, 2018 Rutger Helling <rhelling@mykolab.com> -;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr> +;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr> ;;; ;;; This file is part of GNU Guix. ;;; @@ -718,7 +718,7 @@ mixed vector/bitmap output.") (define-public virtualgl (package (name "virtualgl") - (version "2.6") + (version "2.6.1") (source (origin (method git-fetch) @@ -727,8 +727,7 @@ mixed vector/bitmap output.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 - "0di2igj2bhwb153fndgxks7y57pyhp0gj31n47j93gb7lxc9qcck")))) + (base32 "04fdwm6mz76lw4iwd5m7yxjfhpa0rpxd357bv5smk5lclnlbz1bv")))) (arguments `(#:tests? #f ; no tests are available #:configure-flags (list |