summaryrefslogtreecommitdiff
path: root/nongnu/packages/gog.scm
diff options
context:
space:
mode:
authorAlex Griffin <a@ajgrf.com>2020-04-10 14:58:01 -0500
committerAlex Griffin <a@ajgrf.com>2020-04-10 14:58:01 -0500
commit22450afd709b3c23e0082592f9981ed3e8c05aad (patch)
tree45ad9b63b4e63426e8431be14c2cb9fcda8aa7be /nongnu/packages/gog.scm
parentc42505e8947ad5888b420dc4c8164aa0e2a076dd (diff)
nongnu: lgogdownloader: Update to 3.7.
* nongnu/packages/gog.scm (lgogdownloader): Update to 3.7.
Diffstat (limited to 'nongnu/packages/gog.scm')
-rw-r--r--nongnu/packages/gog.scm15
1 files changed, 4 insertions, 11 deletions
diff --git a/nongnu/packages/gog.scm b/nongnu/packages/gog.scm
index 9896008..554372e 100644
--- a/nongnu/packages/gog.scm
+++ b/nongnu/packages/gog.scm
@@ -1,4 +1,4 @@
-;;; Copyright © 2019 Alex Griffin <a@ajgrf.com>
+;;; Copyright © 2019, 2020 Alex Griffin <a@ajgrf.com>
;;;
;;; This program is free software: you can redistribute it and/or modify
;;; it under the terms of the GNU General Public License as published by
@@ -30,7 +30,7 @@
(define-public lgogdownloader
(package
(name "lgogdownloader")
- (version "3.5")
+ (version "3.7")
(source
(origin
(method git-fetch)
@@ -39,17 +39,10 @@
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0a3rrkgqwdqxx3ghzw182jx88gzzw6ldp3jasmgnr4l7gpxkmwws"))))
+ (base32 "02zn4zc9hqym81vbs88x5ayk2xb808jlvfyvn96ksx1ai4b6a4fz"))))
(build-system cmake-build-system)
(arguments
- `(#:tests? #f ; no tests
- #:phases
- (modify-phases %standard-phases
- (add-before 'configure 'patch-find-jsoncpp
- (lambda* _
- (substitute* "cmake/FindJsoncpp.cmake"
- (("features.h") "allocator.h"))
- #t)))))
+ `(#:tests? #f)) ; no tests
(inputs
`(("boost" ,boost)
("curl" ,curl)