mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-28 19:24:11 +01:00
nongnu: lgogdownloader: Update to 3.9.
* nongnu/packages/gog.scm (lgogdownloader): Update to 3.9.
This commit is contained in:
parent
aac0612e2e
commit
e1efee7b6f
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@
|
||||||
(define-public lgogdownloader
|
(define-public lgogdownloader
|
||||||
(package
|
(package
|
||||||
(name "lgogdownloader")
|
(name "lgogdownloader")
|
||||||
(version "3.7")
|
(version "3.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -42,7 +42,7 @@
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "02zn4zc9hqym81vbs88x5ayk2xb808jlvfyvn96ksx1ai4b6a4fz"))))
|
(base32 "1hbwgwdm1vn7lkz366q9q8f44sk1pvhgjffndwx49lh3md66xps2"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("-DUSE_QT_GUI=ON")
|
`(#:configure-flags '("-DUSE_QT_GUI=ON")
|
||||||
|
|
Loading…
Reference in a new issue