From 2b829898c77c4f5655db6f70de2b3a51e8f35947 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Sun, 26 Apr 2020 12:48:56 +0200 Subject: gnu: python-publicsuffix2: Adjust for Guile 3.0. * gnu/packages/python-web.scm (python-publicsuffix2): Provide explicit destination in calls to FORMAT. --- gnu/packages/python-web.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index cc79c38acf..6b77a9d949 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -2809,7 +2809,7 @@ List.") ;; the unused ‘update_psl’ helper command. (substitute* "setup.py" (("'requests " match) - (format "# ~a" match))) + (format #f "# ~a" match))) #t))) #:tests? #f)) ; the test suite requires network access (home-page "https://github.com/pombredanne/python-publicsuffix2") -- cgit v1.2.3