summaryrefslogtreecommitdiff
path: root/nongnu
diff options
context:
space:
mode:
authorArne Babenhauserheide <arne_bab@web.de>2025-10-06 00:40:55 +0200
committerJelle Licht <jlicht@fsfe.org>2025-11-07 11:18:52 +0100
commit052d0aec9ad59f2ed7ebb41e2f6d3fc1a1902604 (patch)
tree1e28bb3c84a738fc6ca99b61d860504066243f32 /nongnu
parent23807b0c529001f666c69109d70b3ea8d1ba234b (diff)
nongnu: lgogdownloader: Update to 3.17.
* nongnu/packages/gog.scm (lgogdownloader): Update to 3.17. Signed-off-by: Jelle Licht <jlicht@fsfe.org>
Diffstat (limited to 'nongnu')
-rw-r--r--nongnu/packages/gog.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/nongnu/packages/gog.scm b/nongnu/packages/gog.scm
index 5da534c..e741f90 100644
--- a/nongnu/packages/gog.scm
+++ b/nongnu/packages/gog.scm
@@ -22,7 +22,7 @@
(define-public lgogdownloader
(package
(name "lgogdownloader")
- (version "3.15")
+ (version "3.17")
(source
(origin
(method git-fetch)
@@ -31,7 +31,7 @@
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0bjjn2wam4f2lzmk0hkdxxc7k0wk3f0lyszl0birsr9h3jjpjqw7"))))
+ (base32 "1j828vnj7vn7qwwh10is9cid0i1k38jy3c2sw99qd2kfyp05qi5c"))))
(build-system qt-build-system)
(arguments
`(#:configure-flags '("-DUSE_QT_GUI=ON")