From 22450afd709b3c23e0082592f9981ed3e8c05aad Mon Sep 17 00:00:00 2001 From: Alex Griffin Date: Fri, 10 Apr 2020 14:58:01 -0500 Subject: nongnu: lgogdownloader: Update to 3.7. * nongnu/packages/gog.scm (lgogdownloader): Update to 3.7. --- nongnu/packages/gog.scm | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to 'nongnu/packages/gog.scm') 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 +;;; Copyright © 2019, 2020 Alex Griffin ;;; ;;; 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) -- cgit v1.2.3