gnu: mygui: Update to 3.4.1.

* gnu/packages/game-development.scm (mygui): Update to 3.4.1.
(mygui-gl): Use PACKAGE/INHERIT.  Don't duplicate version field.
This commit is contained in:
Marius Bakke 2022-11-26 21:56:19 +01:00
parent 426ef5b46f
commit 6fa4c93102
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1692,7 +1692,7 @@ (define-public ois
(define-public mygui (define-public mygui
(package (package
(name "mygui") (name "mygui")
(version "3.2.2") (version "3.4.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1702,7 +1702,7 @@ (define-public mygui
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1wk7jmwm55rhlqqcyvqsxdmwvl70bysl9azh4kd9n57qlmgk3zmw")))) "1gyd4bzm6qqpqw6is065qs5c729gl6rp989bnkygha6q4s371vz6"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
'(#:tests? #f ; No test target '(#:tests? #f ; No test target
@ -1734,10 +1734,8 @@ (define-public mygui
(define-public mygui-gl (define-public mygui-gl
;; Closure size is reduced by some 800 MiB. ;; Closure size is reduced by some 800 MiB.
(package (package/inherit mygui
(inherit mygui)
(name "mygui-gl") (name "mygui-gl")
(version "3.2.2")
(arguments (arguments
(substitute-keyword-arguments (package-arguments mygui) (substitute-keyword-arguments (package-arguments mygui)
((#:configure-flags _) ((#:configure-flags _)